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

  /external/llvm/test/MC/ARM/
target-expressions.s 72 @ CHECK-RELOCATIONS: 0x8 R_ARM_MOVT_ABS function 0x0
74 @ CHECK-RELOCATIONS: 0x10 R_ARM_MOVT_ABS function 0x0
76 @ CHECK-RELOCATIONS: 0x38 R_ARM_MOVT_ABS external 0x0
78 @ CHECK-RELOCATIONS: 0x40 R_ARM_MOVT_ABS external 0x0
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMELFWriterInfo.cpp 47 case ARM::reloc_arm_movt: return ELF::R_ARM_MOVT_ABS; break;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
target-expressions.s 72 @ CHECK-RELOCATIONS: 0x8 R_ARM_MOVT_ABS function 0x0
74 @ CHECK-RELOCATIONS: 0x10 R_ARM_MOVT_ABS function 0x0
76 @ CHECK-RELOCATIONS: 0x38 R_ARM_MOVT_ABS external 0x0
78 @ CHECK-RELOCATIONS: 0x40 R_ARM_MOVT_ABS external 0x0
elf-movt.s 41 @OBJ-NEXT: 0000000c: R_ARM_MOVT_ABS extern_symbol
  /bionic/libc/include/bits/
elf_arm.h 82 #define R_ARM_MOVT_ABS 44
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 242 Type = ELF::R_ARM_MOVT_ABS;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 205 return ELF::R_ARM_MOVT_ABS;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 513 R_ARM_MOVT_ABS = 0x2c,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 474 case ELF::R_ARM_MOVT_ABS:
477 else if (Type == ELF::R_ARM_MOVT_ABS)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 519 case ELF::R_ARM_MOVT_ABS:
522 else if (Type == ELF::R_ARM_MOVT_ABS)
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 763 R_ARM_MOVT_ABS = 0x2c
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 851 R_ARM_MOVT_ABS = 0x2c
    [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.cpp 690 : llvm::ELF::R_ARM_MOVT_ABS));
    [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 268 case R_ARM_MOVT_ABS:
    [all...]

Completed in 177 milliseconds