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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-target1.s 1 # Test the R_ARM_TARGET1 relocation
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
pic_vxworks.d 20 18: R_ARM_TARGET1 foo2
pic.d 22 18: R_ARM_TARGET1 foo2
  /bionic/libc/include/bits/
elf_arm.h 75 #define R_ARM_TARGET1 38
  /external/llvm/test/MC/ARM/
symbol-variants.s 54 @CHECK: 38 R_ARM_TARGET1 f14
55 @CHECK: 3c R_ARM_TARGET1 f15
  /toolchain/binutils/binutils-2.25/elfcpp/
arm.h 103 R_ARM_TARGET1 = 38, // Data Misc (S + A) | T or
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 204 Type = ELF::R_ARM_TARGET1;
  /toolchain/binutils/binutils-2.25/include/elf/
arm.h 156 RELOC_NUMBER (R_ARM_TARGET1, 38)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 507 R_ARM_TARGET1 = 0x26,
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 435 // Set R_ARM_TARGET1 to R_ARM_ABS32
436 // FIXME: R_ARM_TARGET1 should be set by option --target1-rel
438 case llvm::ELF::R_ARM_TARGET1:
527 // Set R_ARM_TARGET1 to R_ARM_ABS32
528 // FIXME: R_ARM_TARGET1 should be set by option --target1-rel
530 case llvm::ELF::R_ARM_TARGET1:
    [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 743 // Note that R_ARM_TARGET1 is used for .init_array/.fini_array support,
746 if (type == R_ARM_ABS32 || type == R_ARM_TARGET1) {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 467 case ELF::R_ARM_TARGET1:
    [all...]
  /art/runtime/
elf.h 714 R_ARM_TARGET1 = 0x26,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 757 R_ARM_TARGET1 = 0x26
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 624 HOWTO (R_ARM_TARGET1, /* type */
632 "R_ARM_TARGET1", /* name */
    [all...]

Completed in 292 milliseconds