HomeSort by: relevance | last modified time | path
    Searched refs:SHT_X86_64_UNWIND (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
x86-64.h 121 #define SHT_X86_64_UNWIND (SHT_LOPROC + 1) /* Unwind information. */
  /src/external/gpl3/binutils.old/dist/include/elf/
x86-64.h 121 #define SHT_X86_64_UNWIND (SHT_LOPROC + 1) /* Unwind information. */
  /src/external/gpl3/gdb/dist/include/elf/
x86-64.h 121 #define SHT_X86_64_UNWIND (SHT_LOPROC + 1) /* Unwind information. */
  /src/external/gpl3/gdb.old/dist/include/elf/
x86-64.h 121 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf_amd64.d 90 enum SHT_X86_64_UNWIND = SHT_AMD64_UNWIND;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionELF.cpp 145 else if (Type == ELF::SHT_X86_64_UNWIND)
MCObjectFileInfo.cpp 341 ? ELF::SHT_X86_64_UNWIND
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
DebugObjectManagerPlugin.cpp 74 case ELF::SHT_X86_64_UNWIND:
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ELF.cpp 238 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_X86_64_UNWIND); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 960 SHT_X86_64_UNWIND = 0x70000001, // Unwind information
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 630 Type = ELF::SHT_X86_64_UNWIND;
662 // x86-64 psABI names SHT_X86_64_UNWIND as the canonical type for .eh_frame,
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 644 ECase(SHT_X86_64_UNWIND);
  /src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c 5498 if (hdr->sh_type != SHT_X86_64_UNWIND)
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c 5419 if (hdr->sh_type != SHT_X86_64_UNWIND)
  /src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c 6007 if (hdr->sh_type != SHT_X86_64_UNWIND)
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c 5984 if (hdr->sh_type != SHT_X86_64_UNWIND)
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 18806 return SHT_X86_64_UNWIND;
18849 elf_section_type (sec) = SHT_X86_64_UNWIND;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 18633 return SHT_X86_64_UNWIND;
18676 elf_section_type (sec) = SHT_X86_64_UNWIND;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 6096 case SHT_X86_64_UNWIND: return "X86_64_UNWIND";
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 5712 case SHT_X86_64_UNWIND: return "X86_64_UNWIND";

Completed in 78 milliseconds