Searched refs:SHT_GNU_verdef (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 342 #define SHT_GNU_verdef SHT_SUNW_verdef macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 365 #define SHT_GNU_verdef SHT_SUNW_verdef macro
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | ELFDump.cpp | 358 Shdr.sh_type != ELF::SHT_GNU_verdef) in printSymbolVersionInfo()
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | ELF.cpp | 312 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verdef); in getELFSectionTypeName()
|
| D | ELFObjectFile.cpp | 716 else if (Sec.sh_type == ELF::SHT_GNU_verdef) in readDynsymVersionsImpl()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 1039 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions. enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 681 ECase(SHT_GNU_verdef); in enumeration() 1625 case ELF::SHT_GNU_verdef: in mapping()
|
| D | ELFEmitter.cpp | 747 case ELF::SHT_GNU_verdef: in getDefaultLinkSec()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf.c | 1910 case SHT_GNU_verdef: in bfd_section_from_shdr() 2057 { ".gnu.version_d", 14, 0, SHT_GNU_verdef, 0 }, 2447 case SHT_GNU_verdef: in elf_fake_sections() 2827 case SHT_GNU_verdef: in assign_section_numbers() 5303 || ihdr->sh_type == SHT_GNU_verdef) in _bfd_elf_copy_private_section_data()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf.c | 2133 case SHT_GNU_verdef: in bfd_section_from_shdr() 2293 { ".gnu.version_d", 14, 0, SHT_GNU_verdef, 0 }, 2804 case SHT_GNU_verdef: in elf_fake_sections() 3259 case SHT_GNU_verdef: in assign_section_numbers() 6148 || ihdr->sh_type == SHT_GNU_verdef) in _bfd_elf_copy_private_section_data()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | InputFiles.cpp | 1394 case SHT_GNU_verdef: in parse()
|
| D | SyntheticSections.cpp | 3025 : SyntheticSection(SHF_ALLOC, SHT_GNU_verdef, sizeof(uint32_t), in VersionDefinitionSection()
|
| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | elf2yaml.cpp | 612 case ELF::SHT_GNU_verdef: in dumpSections()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | readelf.c | 2920 case SHT_GNU_verdef: return "VERDEF"; in get_section_type_name() 6742 case SHT_GNU_verdef: in process_version_sections()
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | readelf.c | 2325 case SHT_GNU_verdef: return "VERDEF"; in get_section_type_name() 5117 case SHT_GNU_verdef: in process_version_sections()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 1919 case ELF::SHT_GNU_verdef: in ELFDumper()
|