Searched refs:evna (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 7036 Elf_External_Vernaux evna; in process_version_sections() local 7049 get_data (&evna, file, a_off, sizeof (evna), in process_version_sections() 7052 ivna.vna_next = BYTE_GET (evna.vna_next); in process_version_sections() 7053 ivna.vna_other = BYTE_GET (evna.vna_other); in process_version_sections() 7062 ivna.vna_name = BYTE_GET (evna.vna_name); in process_version_sections() 7563 Elf_External_Vernaux evna; in process_symbol_table() local 7565 get_data (&evna, file, vna_off, in process_symbol_table() 7566 sizeof (evna), 1, in process_symbol_table() 7569 ivna.vna_other = BYTE_GET (evna.vna_other); in process_symbol_table() 7570 ivna.vna_next = BYTE_GET (evna.vna_next); in process_symbol_table() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 5394 Elf_External_Vernaux evna; in process_version_sections() local 5407 get_data (&evna, file, a_off, sizeof (evna), in process_version_sections() 5410 ivna.vna_next = BYTE_GET (evna.vna_next); in process_version_sections() 5411 ivna.vna_other = BYTE_GET (evna.vna_other); in process_version_sections() 5420 ivna.vna_name = BYTE_GET (evna.vna_name); in process_version_sections() 5845 Elf_External_Vernaux evna; in process_symbol_table() local 5847 get_data (&evna, file, vna_off, in process_symbol_table() 5848 sizeof (evna), in process_symbol_table() 5851 ivna.vna_other = BYTE_GET (evna.vna_other); in process_symbol_table() 5852 ivna.vna_next = BYTE_GET (evna.vna_next); in process_symbol_table() [all …]
|