Searched refs:SHT_GNU_versym (Results 1 - 20 of 20) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | elf_getdata.c | 68 [TYPEIDX (SHT_GNU_versym)] = ELF_T_HALF,
|
H A D | elf.h | 460 #define SHT_GNU_versym 0x6fffffff /* Version symbol table. */ macro
|
/third_party/libbpf/src/ |
H A D | elf.c | 22 /* A SHT_GNU_versym section holds 16-bit words. This bit is set if 29 * SHT_GNU_versym section. 149 pSec = elf_find_next_scn_by_type(elf, SHT_GNU_versym, NULL); in elf_sym_iter_new()
|
H A D | libbpf_internal.h | 60 #define SHT_GNU_versym 0x6fffffff macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 264 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_versym); in getELFSectionTypeName()
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 569 /// Return the SHT_GNU_versym, SHT_GNU_verdef and SHT_GNU_verneed 574 /// @param versym_section the SHT_GNU_versym section found. If the 597 if (h->sh_type == SHT_GNU_versym) in get_symbol_versionning_sections()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 688 SHT_GNU_versym = 0x6fffffff, // GNU symbol versions table. 1297 // Special constants for the version table. (SHT_GNU_versym/.gnu.version)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 857 SHT_GNU_versym = 0x6fffffff, // GNU symbol versions table. 1327 // Special constants for the version table. (SHT_GNU_versym/.gnu.version)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 477 ECase(SHT_GNU_versym); in enumeration() 1249 case ELF::SHT_GNU_versym: in mapping()
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 372 case SHT_GNU_versym: in section_can_shrink() 561 case SHT_GNU_versym: in adjust_relocs()
|
H A D | strip.c | 1328 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GNU_versym)) in handle_elf() 2396 case SHT_GNU_versym: in handle_elf()
|
H A D | elflint.c | 3672 { ".gnu.version", 13, SHT_GNU_versym, exact, SHF_ALLOC, 0 }, 3923 && shdr->sh_type != SHT_GNU_versym in check_sections() 4211 case SHT_GNU_versym: in check_sections()
|
H A D | readelf.c | 2500 if (runshdr->sh_type == SHT_GNU_versym in handle_symtab() 2739 else if (shdr->sh_type == SHT_GNU_versym) in print_verinfo()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 398 { SHT_GNU_versym, "GNU_versym" },
|
H A D | elf_types.hpp | 521 constexpr Elf_Word SHT_GNU_versym = 0x6fffffff; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 402 #define SHT_GNU_versym 0x6fffffff macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 400 #define SHT_GNU_versym 0x6fffffff macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 400 #define SHT_GNU_versym 0x6fffffff macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 400 #define SHT_GNU_versym 0x6fffffff macro
|
/third_party/musl/include/ |
H A D | elf.h | 407 #define SHT_GNU_versym 0x6fffffff macro
|
Completed in 111 milliseconds