Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_getdata.c48 : (Sh_Type >= SHT_GNU_HASH && Sh_Type <= SHT_HISUNW \
49 ? SHT_NUM + Sh_Type - SHT_GNU_HASH \
75 [TYPEIDX (SHT_GNU_HASH)] = ELF_T_GNUHASH,
DChangeLog1083 * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH.
1084 (shtype_map): Add SHT_GNU_HASH entries.
Delf.h340 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
/external/elfutils/libebl/
Deblsectiontypename.c97 case SHT_GNU_HASH: in ebl_section_type_name()
DChangeLog391 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
/external/llvm/include/llvm/Support/
DELF.h662 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
/external/llvm/lib/Object/
DELFYAML.cpp371 ECase(SHT_GNU_HASH) in enumeration()
/external/elfutils/src/
Delflint.c2303 if (shdr->sh_entsize != (tag == SHT_GNU_HASH in check_hash()
2315 if (shdr->sh_size < (tag == SHT_GNU_HASH ? 4 : 2) * (shdr->sh_entsize ?: 4)) in check_hash()
2332 case SHT_GNU_HASH: in check_hash()
4135 case SHT_GNU_HASH: in check_sections()
Dreadelf.c3312 if ((shdr->sh_type == SHT_HASH || shdr->sh_type == SHT_GNU_HASH) in handle_hash()
3329 else if (shdr->sh_type == SHT_GNU_HASH) in handle_hash()
Dldgeneric.c2484 new_generated_scn (scn_dot_gnu_hash, ".gnu.hash", SHT_GNU_HASH, in ld_generic_generate_sections()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp780 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_HASH ); in getElfSectionType()