Searched refs:header_mem (Results 1 – 3 of 3) sorted by relevance
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 316 GElf_Shdr header_mem, *header; in find_section_by_name() local 319 header = gelf_getshdr(section, &header_mem); in find_section_by_name() 351 GElf_Shdr header_mem, *header; in find_section() local 354 header = gelf_getshdr(section, &header_mem); in find_section() 382 GElf_Shdr header_mem, *header; in find_section() local 383 header = gelf_getshdr(section, &header_mem); in find_section() 485 GElf_Shdr header_mem, *section_header; in find_hash_table_section_index() local 491 section_header= gelf_getshdr(section, &header_mem); in find_hash_table_section_index() 670 GElf_Shdr header_mem, *header; in find_relocation_section() local 673 header = gelf_getshdr(section, &header_mem); in find_relocation_section() [all …]
|
D | abg-elf-reader.cc | 63 GElf_Shdr header_mem, *header; in find_alt_dwarf_debug_info_link() local 64 header = gelf_getshdr(section, &header_mem); in find_alt_dwarf_debug_info_link()
|
D | abg-dwarf-reader.cc | 1151 GElf_Shdr header_mem; in lookup_symbol_from_symtab() local 1153 &header_mem); in lookup_symbol_from_symtab()
|