Home
last modified time | relevance | path

Searched refs:header_mem (Results 1 – 3 of 3) sorted by relevance

/third_party/libabigail/src/
Dabg-elf-helpers.cc316 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 …]
Dabg-elf-reader.cc63 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()
Dabg-dwarf-reader.cc1151 GElf_Shdr header_mem; in lookup_symbol_from_symtab() local
1153 &header_mem); in lookup_symbol_from_symtab()