Searched refs:ivn (Results 1 – 2 of 2) sorted by relevance
7025 Elf_Internal_Verneed ivn; in process_version_sections() local7042 ivn.vn_aux = BYTE_GET (evn.vn_aux); in process_version_sections()7043 ivn.vn_next = BYTE_GET (evn.vn_next); in process_version_sections()7045 a_off = offset + ivn.vn_aux; in process_version_sections()7073 offset += ivn.vn_next; in process_version_sections()7075 while (ivn.vn_next); in process_version_sections()7541 Elf_Internal_Verneed ivn; in process_symbol_table() local7556 ivn.vn_aux = BYTE_GET (evn.vn_aux); in process_symbol_table()7557 ivn.vn_next = BYTE_GET (evn.vn_next); in process_symbol_table()7559 vna_off = offset + ivn.vn_aux; in process_symbol_table()[all …]
5383 Elf_Internal_Verneed ivn; in process_version_sections() local5400 ivn.vn_aux = BYTE_GET (evn.vn_aux); in process_version_sections()5401 ivn.vn_next = BYTE_GET (evn.vn_next); in process_version_sections()5403 a_off = offset + ivn.vn_aux; in process_version_sections()5431 offset += ivn.vn_next; in process_version_sections()5433 while (ivn.vn_next); in process_version_sections()5823 Elf_Internal_Verneed ivn; in process_symbol_table() local5838 ivn.vn_aux = BYTE_GET (evn.vn_aux); in process_symbol_table()5839 ivn.vn_next = BYTE_GET (evn.vn_next); in process_symbol_table()5841 vna_off = offset + ivn.vn_aux; in process_symbol_table()[all …]