Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/elf/
HDx86-64.h80 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ macro
HDChangeLog420 * x86-64.h (SHT_X86_64_UNWIND): Define.
/freebsd-11-stable/sys/kern/
HDlink_elf_obj.c261 case SHT_X86_64_UNWIND: in link_elf_link_preload()
345 case SHT_X86_64_UNWIND: in link_elf_link_preload()
353 else if (shdr[i].sh_type == SHT_X86_64_UNWIND) in link_elf_link_preload()
633 case SHT_X86_64_UNWIND: in link_elf_load_file()
753 case SHT_X86_64_UNWIND: in link_elf_load_file()
825 case SHT_X86_64_UNWIND: in link_elf_load_file()
842 else if (shdr[i].sh_type == SHT_X86_64_UNWIND) in link_elf_load_file()
884 || shdr[i].sh_type == SHT_X86_64_UNWIND in link_elf_load_file()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionELF.cpp143 else if (Type == ELF::SHT_X86_64_UNWIND) in PrintSwitchToSection()
HDMCObjectFileInfo.cpp335 ? ELF::SHT_X86_64_UNWIND in initELFMCObjectFileInfo()
/freebsd-11-stable/sys/sys/
HDelf_common.h431 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ macro
432 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp215 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_X86_64_UNWIND); } in getELFSectionTypeName()
/freebsd-11-stable/stand/common/
HDload_elf_obj.c225 case SHT_X86_64_UNWIND: in __elfN()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h871 SHT_X86_64_UNWIND = 0x70000001, // Unwind information enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp611 Type = ELF::SHT_X86_64_UNWIND; in ParseSectionArguments()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1257 _ELF_DEFINE_SHT(SHT_X86_64_UNWIND, 0x70000001UL, \
1276 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp490 ECase(SHT_X86_64_UNWIND); in enumeration()
/freebsd-11-stable/contrib/binutils/bfd/
HDelf64-x86-64.c3434 if (hdr->sh_type != SHT_X86_64_UNWIND) in elf64_x86_64_section_from_shdr()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-i386.c7895 return SHT_X86_64_UNWIND; in i386_elf_section_type()
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c722 case SHT_X86_64_UNWIND: return "X86_64_UNWIND"; in section_type()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c2618 case SHT_X86_64_UNWIND: return "X86_64_UNWIND"; in get_x86_64_section_type_name()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp3389 case SHT_X86_64_UNWIND: in getSectionTypeString()