Searched refs:ivn (Results 1 – 1 of 1) sorted by relevance
9365 Elf_Internal_Verneed ivn; in process_version_sections() local9383 ivn.vn_aux = BYTE_GET (evn.vn_aux); in process_version_sections()9384 ivn.vn_next = BYTE_GET (evn.vn_next); in process_version_sections()9386 a_off = offset + ivn.vn_aux; in process_version_sections()9423 offset += ivn.vn_next; in process_version_sections()9425 while (ivn.vn_next); in process_version_sections()10213 Elf_Internal_Verneed ivn; in process_symbol_table() local10234 ivn.vn_aux = BYTE_GET (evn.vn_aux); in process_symbol_table()10235 ivn.vn_next = BYTE_GET (evn.vn_next); in process_symbol_table()10237 vna_off = offset + ivn.vn_aux; in process_symbol_table()[all …]