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

  /external/llvm/test/MC/ARM/
thumb-branches.s 23 @ CHECK: 0x400003 R_ARM_THM_CALL end2 0x0
24 @ CHECK: 0x800006 R_ARM_THM_CALL end3 0x0
25 @ CHECK: 0xC0000A R_ARM_THM_CALL end4 0x0
thumb-far-jump.s 25 @ CHECK-NOT: 0x0 R_ARM_THM_CALL end 0x0
26 @ CHECK: 0x2004 R_ARM_THM_CALL main2 0x0
elf-thumbfunc-reloc.s 23 @@ make sure an R_ARM_THM_CALL relocation is generated for the call to g
26 @CHECK-NEXT: 0x4 R_ARM_THM_CALL g 0x0
symbol-variants.s 24 @THUMB: 10 R_ARM_THM_CALL f04
25 @THUMB: 14 R_ARM_THM_CALL f05
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
branch-reloc.d 59 100: R_ARM_THM_CALL arm_glob_sym1
61 104: R_ARM_THM_CALL arm_glob_sym2
64 10c: R_ARM_THM_CALL thumb_glob_sym1
66 110: R_ARM_THM_CALL thumb_glob_sym2
69 118: R_ARM_THM_CALL arm_glob_sym1
71 11c: R_ARM_THM_CALL arm_glob_sym2
74 124: R_ARM_THM_CALL thumb_glob_sym1
76 128: R_ARM_THM_CALL thumb_glob_sym2
bl-local-v4t.d 9 0+00 <[^>]*> f7ff fffe bl 00+18 <[^>]*> 0: R_ARM_THM_CALL foo2
  /frameworks/compile/mclinker/lib/Target/ARM/
THMToARMStub.cpp 77 case llvm::ELF::R_ARM_THM_CALL: {
THMToTHMStub.cpp 79 case llvm::ELF::R_ARM_THM_CALL:
ARMRelocator.cpp 412 case llvm::ELF::R_ARM_THM_CALL:
655 case llvm::ELF::R_ARM_THM_CALL:
    [all...]
ARMLDBackend.cpp 839 case llvm::ELF::R_ARM_THM_CALL:
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
arm.h 128 RELOC_NUMBER (R_ARM_THM_CALL, 10)
247 FAKE_RELOC (R_ARM_THM_PC22, R_ARM_THM_CALL)
  /toolchain/binutils/binutils-2.25/elfcpp/
arm.h 75 R_ARM_THM_CALL = 10, // Static Thumb32 ((S + A) | T) - P
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 150 Type = ELF::R_ARM_THM_CALL;
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 226 HOWTO (R_ARM_THM_CALL, /* type */
234 "R_ARM_THM_CALL", /* name */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 479 R_ARM_THM_CALL = 0x0a,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
asm.go 137 case 256 + ld.R_ARM_THM_PC22: // R_ARM_THM_CALL
138 ld.Exitf("R_ARM_THM_CALL, are you using -marm?")
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
asm.go 137 case 256 + ld.R_ARM_THM_PC22: // R_ARM_THM_CALL
138 ld.Exitf("R_ARM_THM_CALL, are you using -marm?")
  /art/runtime/
elf.h 686 R_ARM_THM_CALL = 0x0a,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 729 R_ARM_THM_CALL = 0x0a
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]

Completed in 1128 milliseconds