Searched refs:header_mem (Results 1 – 2 of 2) sorted by relevance
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 314 GElf_Shdr header_mem, *header; in find_section_by_name() local 317 header = gelf_getshdr(section, &header_mem); in find_section_by_name() 349 GElf_Shdr header_mem, *header; in find_section() local 352 header = gelf_getshdr(section, &header_mem); in find_section() 380 GElf_Shdr header_mem, *header; in find_section() local 381 header = gelf_getshdr(section, &header_mem); in find_section() 483 GElf_Shdr header_mem, *section_header; in find_hash_table_section_index() local 489 section_header= gelf_getshdr(section, &header_mem); in find_hash_table_section_index() 668 GElf_Shdr header_mem, *header; in find_relocation_section() local 671 header = gelf_getshdr(section, &header_mem); in find_relocation_section() [all …]
|
D | abg-dwarf-reader.cc | 567 GElf_Shdr header_mem, *header; in find_alt_debug_info_link() local 568 header = gelf_getshdr(section, &header_mem); in find_alt_debug_info_link() 1276 GElf_Shdr header_mem; in lookup_symbol_from_symtab() local 1278 &header_mem); in lookup_symbol_from_symtab()
|