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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
got_prel.d 1 # name: R_ARM_GOT_PREL relocation
9 00000010 00000c60 R_ARM_GOT_PREL 00000000 i
  /external/llvm/test/MC/ARM/
symbol-variants.s 96 @ CHECK: 70 R_ARM_GOT_PREL f28
97 @ CHECK: 78 R_ARM_GOT_PREL f29
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 99 Type = ELF::R_ARM_GOT_PREL;
201 Type = ELF::R_ARM_GOT_PREL;
  /toolchain/binutils/binutils-2.25/elfcpp/
arm.h 162 R_ARM_GOT_PREL = 96, // Static Data GOT(S) + A - P
  /toolchain/binutils/binutils-2.25/include/elf/
arm.h 214 RELOC_NUMBER (R_ARM_GOT_PREL, 96)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 476 // Set R_ARM_TARGET2 to R_ARM_GOT_PREL
479 pReloc.setType(llvm::ELF::R_ARM_GOT_PREL);
481 case llvm::ELF::R_ARM_GOT_PREL: {
693 // Set R_ARM_TARGET2 to R_ARM_GOT_PREL
696 pReloc.setType(llvm::ELF::R_ARM_GOT_PREL);
699 case llvm::ELF::R_ARM_GOT_PREL: {
886 // R_ARM_GOT_PREL: GOT(S) + A - P
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 748 case R_ARM_GOT_PREL:
875 case R_ARM_GOT_PREL:
    [all...]
elf_common.h     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 565 R_ARM_GOT_PREL = 0x60,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
asm.go 59 // c: R_ARM_GOT_PREL local.moduledata
153 case 256 + ld.R_ARM_GOT_PREL: // GOT(nil) + A - nil
293 ld.Thearch.Lput(ld.R_ARM_GOT_PREL | uint32(elfsym)<<8)
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
asm.go 59 // c: R_ARM_GOT_PREL local.moduledata
153 case 256 + ld.R_ARM_GOT_PREL: // GOT(nil) + A - nil
293 ld.Thearch.Lput(ld.R_ARM_GOT_PREL | uint32(elfsym)<<8)
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
  /art/runtime/
elf.h 772 R_ARM_GOT_PREL = 0x60,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 815 R_ARM_GOT_PREL = 0x60
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go 1176 ARM | R_ARM_GOT_PREL<<24,
elf.go 446 R_ARM_GOT_PREL = 96
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldelf.go 1176 ARM | R_ARM_GOT_PREL<<24,
elf.go 446 R_ARM_GOT_PREL = 96
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c     [all...]

Completed in 515 milliseconds