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

  /bionic/libc/include/bits/
elf_arm.h 82 #define R_ARM_MOVW_PREL_NC 45
  /external/llvm/test/MC/ARM/
elf-movt.s 52 @ OBJ-NEXT: 0x0 R_ARM_MOVW_PREL_NC GOT 0x0
  /toolchain/binutils/binutils-2.25/elfcpp/
arm.h 111 R_ARM_MOVW_PREL_NC = 45, // Static ARM ((S + A) | T) - P
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 135 Type = ELF::R_ARM_MOVW_PREL_NC;
  /toolchain/binutils/binutils-2.25/include/elf/
arm.h 163 RELOC_NUMBER (R_ARM_MOVW_PREL_NC, 45)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 727 case R_ARM_MOVW_PREL_NC:
854 case R_ARM_MOVW_PREL_NC:
    [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 514 R_ARM_MOVW_PREL_NC = 0x2d,
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.h 161 if (Kind == llvm::ELF::R_ARM_MOVW_PREL_NC)
IceAssemblerARM32.cpp 621 kind() == llvm::ELF::R_ARM_MOVW_PREL_NC;
668 F->set_kind(IsMovW ? (IsNonsfi ? llvm::ELF::R_ARM_MOVW_PREL_NC
    [all...]
  /art/runtime/
elf.h 721 R_ARM_MOVW_PREL_NC = 0x2d,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 764 R_ARM_MOVW_PREL_NC = 0x2d
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 598 case llvm::ELF::R_ARM_MOVW_PREL_NC:
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 722 HOWTO (R_ARM_MOVW_PREL_NC, /* type */
730 "R_ARM_MOVW_PREL_NC", /* name */
    [all...]

Completed in 884 milliseconds