Searched refs:ivd (Results 1 – 1 of 1) sorted by relevance
9431 Elf_Internal_Verdef ivd; in process_version_sections() local9444 ivd.vd_next = 0; in process_version_sections()9446 ivd.vd_ndx = (data[cnt + j] & VERSYM_VERSION) + 1; in process_version_sections()9451 ivd.vd_next = BYTE_GET (evd.vd_next); in process_version_sections()9452 ivd.vd_ndx = BYTE_GET (evd.vd_ndx); in process_version_sections()9455 offset += ivd.vd_next; in process_version_sections()9457 while (ivd.vd_ndx != (data[cnt + j] & VERSYM_VERSION) in process_version_sections()9458 && ivd.vd_next != 0); in process_version_sections()9460 if (ivd.vd_ndx == (data[cnt + j] & VERSYM_VERSION)) in process_version_sections()9465 ivd.vd_aux = BYTE_GET (evd.vd_aux); in process_version_sections()[all …]