Searched refs:SHT_GNU_versym (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/0.153/libelf/
H A Delf_getdata.c92 [TYPEIDX (SHT_GNU_versym)] = ELF_T_HALF,
H A Delf.h349 #define SHT_GNU_versym 0x6fffffff /* Version symbol table. */ macro
/external/elfutils/0.153/src/
H A Dstrip.c656 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GNU_versym))
1570 case SHT_GNU_versym:
H A Dunstrip.c329 case SHT_GNU_versym:
497 case SHT_GNU_versym:
H A Delflint.c3374 { ".gnu.version", 13, SHT_GNU_versym, exact, SHF_ALLOC, 0 },
3616 && shdr->sh_type != SHT_GNU_versym
3834 case SHT_GNU_versym:
H A Dldgeneric.c1207 else if (unlikely (shdr->sh_type == SHT_GNU_versym))
2599 new_generated_scn (scn_dot_version, ".gnu.version", SHT_GNU_versym,
7039 || (type >= SHT_GNU_verdef && type <= SHT_GNU_versym))
H A Dreadelf.c1940 if (runshdr->sh_type == SHT_GNU_versym
2168 else if (shdr->sh_type == SHT_GNU_versym)
/external/llvm/include/llvm/Object/
H A DELF.h695 case ELF::SHT_GNU_versym:
/external/llvm/lib/Object/
H A DELFYAML.cpp325 ECase(SHT_GNU_versym)
/external/llvm/include/llvm/Support/
H A DELF.h1284 SHT_GNU_versym = 0x6fffffff, // GNU symbol versions table.
1853 // Special constants for the version table. (SHT_GNU_versym/.gnu.version)
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp435 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_versym );
/external/valgrind/main/perf/
H A Dtinycc.c359 #define SHT_GNU_versym 0x6fffffff /* Version symbol table. */ macro

Completed in 209 milliseconds