Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDlink_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()
840 case SHT_X86_64_UNWIND: in link_elf_load_file()
963 case SHT_X86_64_UNWIND: in link_elf_load_file()
1042 case SHT_X86_64_UNWIND: in link_elf_load_file()
1083 else if (shdr[i].sh_type == SHT_X86_64_UNWIND) in link_elf_load_file()
1126 || shdr[i].sh_type == SHT_X86_64_UNWIND in link_elf_load_file()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionELF.cpp151 else if (Type == ELF::SHT_X86_64_UNWIND) in printSwitchToSection()
HDMCObjectFileInfo.cpp380 ? ELF::SHT_X86_64_UNWIND in initELFMCObjectFileInfo()
/freebsd-14-stable/sys/sys/
HDelf_common.h452 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ macro
453 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDDebugObjectManagerPlugin.cpp283 Header.sh_type != ELF::SHT_X86_64_UNWIND) in CreateArchType()
/freebsd-14-stable/stand/common/
HDload_elf_obj.c262 case SHT_X86_64_UNWIND: in __elfN()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1139 SHT_X86_64_UNWIND = 0x70000001, // Unwind information enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp663 Type = ELF::SHT_X86_64_UNWIND; in ParseSectionArguments()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp260 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_X86_64_UNWIND); } in getELFSectionTypeName()
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1257 _ELF_DEFINE_SHT(SHT_X86_64_UNWIND, 0x70000001UL, \
1276 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDOutputSections.cpp94 (type == SHT_X86_64_UNWIND && config->emachine == EM_X86_64); in canMergeToProgbits()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp725 ECase(SHT_X86_64_UNWIND); in enumeration()
/freebsd-14-stable/contrib/elftoolchain/readelf/
HDreadelf.c734 case SHT_X86_64_UNWIND: return "X86_64_UNWIND"; in section_type()