Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-dwarf-reader.cc814 Elf_Scn* hash_section = elf_getscn(elf_handle, ht_index); in lookup_symbol_from_sysv_hash_tab() local
815 ABG_ASSERT(hash_section); in lookup_symbol_from_sysv_hash_tab()
820 Elf_Data* ht_section_data = elf_getdata(hash_section, 0); in lookup_symbol_from_sysv_hash_tab()
1014 Elf_Scn* hash_section = elf_getscn(elf_handle, ht_index); in setup_gnu_ht() local
1015 ABG_ASSERT(hash_section); in setup_gnu_ht()
1019 Elf_Data* ht_section_data = elf_getdata(hash_section, 0); in setup_gnu_ht()