Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_getdata.c69 [SHT_HASH] = { ELF_T_WORD, sizeof (ElfW2(Bits,Word)) \
222 if (type == SHT_HASH) in __libelf_set_rawdata()
297 if (type == SHT_HASH && elf->class == ELFCLASS64) in __libelf_set_rawdata()
Delf32_updatenull.c203 case SHT_HASH: in __elfw2()
Delf.h317 #define SHT_HASH 5 /* Symbol hash table */ macro
/external/qemu/elff/
Delf.h269 #define SHT_HASH 5 macro
/external/kernel-headers/original/linux/
Delf.h241 #define SHT_HASH 5 macro
/external/qemu/
Delf.h1021 #define SHT_HASH 5 macro
/external/elfutils/src/
Delflint.c1820 { ".hash", 6, SHT_HASH, exact, SHF_ALLOC, 0 },
2250 case SHT_HASH: in check_sections()
Dstrip.c1347 else if (shdr_info[cnt].shdr.sh_type == SHT_HASH) in handle_elf()
Dreadelf.c2395 if (shdr != NULL && shdr->sh_type == SHT_HASH) in handle_hash()
Dldgeneric.c2280 new_generated_scn (scn_dot_hash, ".hash", SHT_HASH, SHF_ALLOC, in ld_generic_generate_sections()
/external/elfcopy/
Delfcopy.c733 } else if (shdr_info[cnt].shdr.sh_type == SHT_HASH) { in adjust_elf()
1267 ASSERT(shdr->sh_type == SHT_HASH); in update_hash_table()