Home
last modified time | relevance | path

Searched refs:SHT_X86_64_UNWIND (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dx86-64.h58 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dx86-64.h80 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ macro
H A DChangeLog249 * x86-64.h (SHT_X86_64_UNWIND): Define.
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSectionELF.cpp150 else if (Type == ELF::SHT_X86_64_UNWIND) in printSwitchToSection()
H A DMCObjectFileInfo.cpp369 ? ELF::SHT_X86_64_UNWIND in initELFMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp79 case ELF::SHT_X86_64_UNWIND: in isTextOrDataSection()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp256 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_X86_64_UNWIND); } in getELFSectionTypeName()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1059 SHT_X86_64_UNWIND = 0x70000001, // Unwind information enumerator
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp649 Type = ELF::SHT_X86_64_UNWIND; in ParseSectionArguments()
/openbsd/gnu/llvm/lld/ELF/
H A DOutputSections.cpp91 (type == SHT_X86_64_UNWIND && config->emachine == EM_X86_64); in canMergeToProgbits()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-x86-64.c2761 if (hdr->sh_type != SHT_X86_64_UNWIND) in elf64_x86_64_section_from_shdr()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp696 ECase(SHT_X86_64_UNWIND); in enumeration()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-x86-64.c3443 if (hdr->sh_type != SHT_X86_64_UNWIND) in elf64_x86_64_section_from_shdr()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c7233 return SHT_X86_64_UNWIND; in i386_elf_section_type()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2870 case SHT_X86_64_UNWIND: return "X86_64_UNWIND"; in get_x86_64_section_type_name()