Home
last modified time | relevance | path

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

/third_party/elfio/elfio/
H A Delfio_symbols.hpp102 if ( hash_section->get_type() == SHT_HASH ) { in get_symbol()
106 if ( hash_section->get_type() == SHT_GNU_HASH || in get_symbol()
107 hash_section->get_type() == DT_GNU_HASH ) { in get_symbol()
273 hash_section = sec; in find_hash_section()
301 Elf_Word nbucket = *(const Elf_Word*)hash_section->get_data(); in hash_lookup()
304 *(const Elf_Word*)( hash_section->get_data() + sizeof( Elf_Word ) ); in hash_lookup()
308 *(const Elf_Word*)( hash_section->get_data() + in hash_lookup()
314 y = *(const Elf_Word*)( hash_section->get_data() + in hash_lookup()
340 uint32_t nbuckets = *( (uint32_t*)hash_section->get_data() + 0 ); in gnu_hash_lookup()
341 uint32_t symoffset = *( (uint32_t*)hash_section in gnu_hash_lookup()
[all...]
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc689 Elf_Scn* hash_section = elf_getscn(elf_handle, ht_index); in lookup_symbol_from_sysv_hash_tab() local
690 ABG_ASSERT(hash_section); in lookup_symbol_from_sysv_hash_tab()
695 Elf_Data* ht_section_data = elf_getdata(hash_section, 0); in lookup_symbol_from_sysv_hash_tab()
889 Elf_Scn* hash_section = elf_getscn(elf_handle, ht_index); in setup_gnu_ht() local
890 ABG_ASSERT(hash_section); in setup_gnu_ht()
894 Elf_Data* ht_section_data = elf_getdata(hash_section, 0); in setup_gnu_ht()

Completed in 17 milliseconds