Searched refs:SHT_GNU_verneed (Results 1 - 16 of 16) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | elf_getdata.c | 67 [TYPEIDX (SHT_GNU_verneed)] = ELF_T_VNEED,
|
H A D | elf.h | 459 #define SHT_GNU_verneed 0x6ffffffe /* Version needs section. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 263 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verneed); 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 580 /// @param verneed_section the SHT_GNU_verneed section found. If the 601 else if (h->sh_type == SHT_GNU_verneed) in get_symbol_versionning_sections() 768 /// Get the version needed (from the SHT_GNU_verneed section) to 776 /// @param verneed_section the SHT_GNU_verneed section. 849 /// section of type SHT_GNU_verneed.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 687 SHT_GNU_verneed = 0x6ffffffe, // GNU version references.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 856 SHT_GNU_verneed = 0x6ffffffe, // GNU version references.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 476 ECase(SHT_GNU_verneed); in enumeration() 1254 case ELF::SHT_GNU_verneed: in mapping() 1450 return "SHT_GNU_verneed: \"Dependencies\" and \"Content\" can't be used " in validate()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 397 { SHT_GNU_verneed, "GNU_verneed" },
|
H A D | elf_types.hpp | 520 constexpr Elf_Word SHT_GNU_verneed = 0x6ffffffe; member
|
/third_party/elfutils/src/ |
H A D | elflint.c | 3674 { ".gnu.version_r", 15, SHT_GNU_verneed, exact, SHF_ALLOC, 0 }, 3922 && shdr->sh_type != SHT_GNU_verneed in check_sections() 4220 case SHT_GNU_verneed: in check_sections()
|
H A D | readelf.c | 2504 else if (runshdr->sh_type == SHT_GNU_verneed) in handle_symtab() 2735 if (shdr->sh_type == SHT_GNU_verneed) in print_verinfo() 2969 else if (vershdr->sh_type == SHT_GNU_verneed) in handle_versym()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 401 #define SHT_GNU_verneed 0x6ffffffe macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 399 #define SHT_GNU_verneed 0x6ffffffe macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 399 #define SHT_GNU_verneed 0x6ffffffe macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 399 #define SHT_GNU_verneed 0x6ffffffe macro
|
/third_party/musl/include/ |
H A D | elf.h | 406 #define SHT_GNU_verneed 0x6ffffffe macro
|
Completed in 98 milliseconds