Home
last modified time | relevance | path

Searched refs:SHT_GNU_verdef (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h342 #define SHT_GNU_verdef SHT_SUNW_verdef macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h365 #define SHT_GNU_verdef SHT_SUNW_verdef macro
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DELFDump.cpp358 Shdr.sh_type != ELF::SHT_GNU_verdef) in printSymbolVersionInfo()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DELF.cpp312 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verdef); in getELFSectionTypeName()
DELFObjectFile.cpp716 else if (Sec.sh_type == ELF::SHT_GNU_verdef) in readDynsymVersionsImpl()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h1039 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions. enumerator
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp681 ECase(SHT_GNU_verdef); in enumeration()
1625 case ELF::SHT_GNU_verdef: in mapping()
DELFEmitter.cpp747 case ELF::SHT_GNU_verdef: in getDefaultLinkSec()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c1910 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/
Delf.c2133 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/
DInputFiles.cpp1394 case SHT_GNU_verdef: in parse()
DSyntheticSections.cpp3025 : SyntheticSection(SHF_ALLOC, SHT_GNU_verdef, sizeof(uint32_t), in VersionDefinitionSection()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Delf2yaml.cpp612 case ELF::SHT_GNU_verdef: in dumpSections()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c2920 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/
Dreadelf.c2325 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/
DELFDumper.cpp1919 case ELF::SHT_GNU_verdef: in ELFDumper()