Searched refs:SHT_HASH (Results 1 – 20 of 20) sorted by relevance
/external/elfutils/libelf/ |
D | elf_getdata.c | 80 [SHT_HASH] = ELF_T_WORD, 236 if (type == SHT_HASH) in __libelf_set_rawdata_wrlock() 313 if (type == SHT_HASH && elf->class == ELFCLASS64) in __libelf_set_rawdata_wrlock()
|
D | elf32_updatenull.c | 243 case SHT_HASH: in __elfw2()
|
D | elf.h | 328 #define SHT_HASH 5 /* Symbol hash table */ macro
|
/external/chromium_org/courgette/ |
D | types_elf.h | 79 SHT_HASH = 5, enumerator
|
/external/qemu/elff/ |
D | elff_elf.h | 267 #define SHT_HASH 5 macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 133 SHT_HASH = 5, /* symbol hash table - for dynamic linking */ enumerator
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 249 ECase(SHT_HASH) in enumeration()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 34 ELF: Type: SHT_HASH
|
/external/qemu/ |
D | elf.h | 1069 #define SHT_HASH 5 macro
|
/external/elfutils/src/ |
D | elfcmp.c | 367 && shdr1->sh_type == SHT_HASH in main()
|
D | unstrip.c | 327 case SHT_HASH: in section_can_shrink() 437 case SHT_HASH: in adjust_relocs()
|
D | elflint.c | 2183 case SHT_HASH: in check_hash() 3327 { ".hash", 6, SHT_HASH, exact, SHF_ALLOC, 0 }, 3770 case SHT_HASH: in check_sections()
|
D | strip.c | 1388 case SHT_HASH: in handle_elf()
|
D | ChangeLog | 670 (main): Call it for differing SHT_HASH sections under --hash-inexact.
|
D | readelf.c | 2713 if (shdr->sh_type == SHT_HASH) in handle_hash()
|
D | ldgeneric.c | 2491 new_generated_scn (scn_dot_hash, ".hash", SHT_HASH, SHF_ALLOC, in ld_generic_generate_sections()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1125 SHT_HASH = 5, // Symbol hash table. enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 355 LLVM_READOBJ_ENUM_CASE(ELF, SHT_HASH ); in getElfSectionType()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 345 #define SHT_HASH 5 /* Symbol hash table */ macro 6825 case SHT_HASH: in new_section() 19023 hash = new_section(s1, hash_name, SHT_HASH, hash_sh_flags); in new_symtab() 19525 s->sh_type == SHT_HASH) { in tcc_output_file()
|
/external/elfutils/po/ |
D | elfutils.pot | 4422 msgid "Ignore permutation of buckets in SHT_HASH section"
|