Searched refs:SHT_GNU_verdef (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 262 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verdef); in getELFSectionTypeName()
|
/third_party/elfutils/libelf/ |
D | elf_getdata.c | 66 [TYPEIDX (SHT_GNU_verdef)] = ELF_T_VDEF,
|
D | elf.h | 458 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro
|
/third_party/libbpf/src/ |
D | libbpf_internal.h | 61 #define SHT_GNU_verdef 0x6ffffffd macro
|
D | elf.c | 155 pSec = elf_find_next_scn_by_type(elf, SHT_GNU_verdef, NULL); in elf_sym_iter_new()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 686 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 855 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions. enumerator
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 599 else if (h->sh_type == SHT_GNU_verdef) in get_symbol_versionning_sections()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 475 ECase(SHT_GNU_verdef); in enumeration() 1244 case ELF::SHT_GNU_verdef: in mapping()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 396 { SHT_GNU_verdef, "GNU_verdef" },
|
D | elf_types.hpp | 519 constexpr Elf_Word SHT_GNU_verdef = 0x6ffffffd; variable
|
/third_party/elfutils/src/ |
D | elflint.c | 3673 { ".gnu.version_d", 15, SHT_GNU_verdef, exact, SHF_ALLOC, 0 }, 3921 && shdr->sh_type != SHT_GNU_verdef in check_sections() 4224 case SHT_GNU_verdef: in check_sections()
|
D | readelf.c | 2510 else if (runshdr->sh_type == SHT_GNU_verdef) in handle_symtab() 2737 else if (shdr->sh_type == SHT_GNU_verdef) in print_verinfo() 2967 if (vershdr->sh_type == SHT_GNU_verdef) in handle_versym()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 399 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 398 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/musl/include/ |
D | elf.h | 403 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 398 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 398 #define SHT_GNU_verdef 0x6ffffffd macro
|