Searched refs:SHT_GNU_verdef (Results 1 - 18 of 18) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | elf_getdata.c | 66 [TYPEIDX (SHT_GNU_verdef)] = ELF_T_VDEF,
|
H A D | elf.h | 458 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro
|
/third_party/libbpf/src/ |
H A D | elf.c | 155 pSec = elf_find_next_scn_by_type(elf, SHT_GNU_verdef, NULL); in elf_sym_iter_new()
|
H A D | libbpf_internal.h | 61 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 262 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verdef); 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 577 /// @param verdef_section the SHT_GNU_verdef section found. If the 599 else if (h->sh_type == SHT_GNU_verdef) in get_symbol_versionning_sections() 708 /// Get the version definition (from the SHT_GNU_verdef section) of a 715 /// @param verdef_section the SHT_GNU_verdef section. 845 /// looked for in a section of type SHT_GNU_verdef. Otherwise, if
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 686 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 855 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 475 ECase(SHT_GNU_verdef); in enumeration() 1244 case ELF::SHT_GNU_verdef: in mapping() 1443 return "SHT_GNU_verdef: \"Entries\" and \"Content\" can't be used " in validate()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 396 { SHT_GNU_verdef, "GNU_verdef" },
|
H A D | elf_types.hpp | 519 constexpr Elf_Word SHT_GNU_verdef = 0x6ffffffd; member
|
/third_party/elfutils/src/ |
H A 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()
|
H A 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/ |
H A D | elf.h | 400 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 398 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 398 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 398 #define SHT_GNU_verdef 0x6ffffffd macro
|
/third_party/musl/include/ |
H A D | elf.h | 405 #define SHT_GNU_verdef 0x6ffffffd macro
|
Completed in 107 milliseconds