Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dlink_elf_obj.c403 case SHT_X86_64_UNWIND: in link_elf_link_preload()
489 case SHT_X86_64_UNWIND: in link_elf_link_preload()
499 else if (shdr[i].sh_type == SHT_X86_64_UNWIND) in link_elf_link_preload()
841 case SHT_X86_64_UNWIND: in link_elf_load_file()
964 case SHT_X86_64_UNWIND: in link_elf_load_file()
1043 case SHT_X86_64_UNWIND: in link_elf_load_file()
1084 else if (shdr[i].sh_type == SHT_X86_64_UNWIND) in link_elf_load_file()
1127 || shdr[i].sh_type == SHT_X86_64_UNWIND in link_elf_load_file()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp151 else if (Type == ELF::SHT_X86_64_UNWIND) in printSwitchToSection()
H A DMCObjectFileInfo.cpp380 ? ELF::SHT_X86_64_UNWIND in initELFMCObjectFileInfo()
/freebsd/sys/sys/
H A Delf_common.h472 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ macro
473 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp283 Header.sh_type != ELF::SHT_X86_64_UNWIND) in CreateArchType()
/freebsd/stand/common/
H A Dload_elf_obj.c260 case SHT_X86_64_UNWIND: in __elfN()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp663 Type = ELF::SHT_X86_64_UNWIND; in ParseSectionArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1139 SHT_X86_64_UNWIND = 0x70000001, // Unwind information enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp260 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_X86_64_UNWIND); } in getELFSectionTypeName()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1257 _ELF_DEFINE_SHT(SHT_X86_64_UNWIND, 0x70000001UL, \
1276 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp94 (type == SHT_X86_64_UNWIND && config->emachine == EM_X86_64); in canMergeToProgbits()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp725 ECase(SHT_X86_64_UNWIND); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c734 case SHT_X86_64_UNWIND: return "X86_64_UNWIND"; in section_type()