HomeSort by relevance Sort by last modified time
    Searched refs:SHT_ARM_EXIDX (Results 1 - 24 of 24) sorted by null

  /external/elfutils/backends/
arm_symbol.c 60 case SHT_ARM_EXIDX:
126 /* The SHT_ARM_EXIDX section type is a valid target for relocation. */
130 return sh_type == SHT_ARM_EXIDX;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.h 99 assert(pSect.type() == llvm::ELF::SHT_ARM_EXIDX);
110 assert(pSect.type() == llvm::ELF::SHT_ARM_EXIDX);
ARMException.cpp 70 if (sect->type() == llvm::ELF::SHT_ARM_EXIDX) {
ARMLDBackend.cpp 156 llvm::ELF::SHT_ARM_EXIDX,
492 case llvm::ELF::SHT_ARM_EXIDX: {
576 if (llvm::ELF::SHT_ARM_EXIDX == apply_sect->type()) {
    [all...]
  /external/llvm/test/MC/ARM/
eh-link.s 30 @ CHECK-NEXT: Type: SHT_ARM_EXIDX
65 @ CHECK-NEXT: Type: SHT_ARM_EXIDX
eh-directive-text-section.s 51 @ CHECK: Type: SHT_ARM_EXIDX (0x70000001)
eh-directive-section-comdat.s 107 @ CHECK: Type: SHT_ARM_EXIDX (0x70000001)
  /toolchain/binutils/binutils-2.25/include/elf/
arm.h 78 #define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 544 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) {
ELFDumper.cpp 742 LLVM_READOBJ_ENUM_CASE(ELF, SHT_ARM_EXIDX);
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 670 SHT_ARM_EXIDX = 0x70000001U,
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 379 ECase(SHT_ARM_EXIDX)
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 611 if (llvm::ELF::SHT_ARM_EXIDX == pSection.type())
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 392 SHT_ARM_EXIDX = 0x70000001,
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c     [all...]

Completed in 476 milliseconds