Home
last modified time | relevance | path

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

/external/elfutils/0.153/libelf/
Delf_getdata.c69 : (Sh_Type >= SHT_GNU_HASH && Sh_Type <= SHT_HISUNW \
70 ? SHT_NUM + Sh_Type - SHT_GNU_HASH \
96 [TYPEIDX (SHT_GNU_HASH)] = ELF_T_GNUHASH,
DChangeLog509 * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH.
510 (shtype_map): Add SHT_GNU_HASH entries.
Delf.h340 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
/external/elfutils/0.153/libebl/
Deblsectiontypename.c122 case SHT_GNU_HASH:
DChangeLog218 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
/external/llvm/include/llvm/Support/
DELF.h1281 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
/external/llvm/lib/Object/
DELFYAML.cpp322 ECase(SHT_GNU_HASH) in enumeration()
/external/elfutils/0.153/src/
Delflint.c2186 if (shdr->sh_entsize != (tag == SHT_GNU_HASH in check_hash()
2198 if (shdr->sh_size < (tag == SHT_GNU_HASH ? 4 : 2) * (shdr->sh_entsize ?: 4)) in check_hash()
2215 case SHT_GNU_HASH: in check_hash()
3817 case SHT_GNU_HASH: in check_sections()
Dldgeneric.c2492 new_generated_scn (scn_dot_gnu_hash, ".gnu.hash", SHT_GNU_HASH, in ld_generic_generate_sections()
Dreadelf.c2881 else if (shdr->sh_type == SHT_GNU_HASH) in handle_hash()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp432 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_HASH ); in getElfSectionType()