Searched refs:evna (Results 1 – 1 of 1) sorted by relevance
9376 Elf_External_Vernaux evna; in process_version_sections() local9390 if (get_data (&evna, file, a_off, sizeof (evna), in process_version_sections()9398 ivna.vna_next = BYTE_GET (evna.vna_next); in process_version_sections()9399 ivna.vna_other = BYTE_GET (evna.vna_other); in process_version_sections()9409 ivna.vna_name = BYTE_GET (evna.vna_name); in process_version_sections()10241 Elf_External_Vernaux evna; in process_symbol_table() local10243 if (get_data (&evna, file, vna_off, in process_symbol_table()10244 sizeof (evna), 1, in process_symbol_table()10253 ivna.vna_other = BYTE_GET (evna.vna_other); in process_symbol_table()10254 ivna.vna_next = BYTE_GET (evna.vna_next); in process_symbol_table()[all …]