Home
last modified time | relevance | path

Searched refs:R_PPC64_ADDR16 (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lld/test/ELF/
Dppc64-reloc-addr.s12 # OVERFLOW1: relocation R_PPC64_ADDR16 out of range: -32769 is not in [-32768, 65535]; references f…
16 # OVERFLOW2: relocation R_PPC64_ADDR16 out of range: 65536 is not in [-32768, 65535]; references foo
Dppc64-toc-relax-constants.s13 # In most cases, .toc contains exclusively addresses relocated by R_PPC64_ADDR16.
/external/llvm/include/llvm/Support/ELFRelocs/
DPowerPC64.def14 #undef R_PPC64_ADDR16
100 ELF_RELOC(R_PPC64_ADDR16, 3)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DPowerPC64.def14 #undef R_PPC64_ADDR16
100 ELF_RELOC(R_PPC64_ADDR16, 3)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DPowerPC64.def14 #undef R_PPC64_ADDR16
108 ELF_RELOC(R_PPC64_ADDR16, 3)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DPowerPC64.def14 #undef R_PPC64_ADDR16
117 ELF_RELOC(R_PPC64_ADDR16, 3)
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dreloc-types-elf-ppc64.test10 # CHECK: Type: R_PPC64_ADDR16 (3)
114 - Type: R_PPC64_ADDR16
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp947 case R_PPC64_ADDR16: in getRelExpr()
1112 return {R_PPC64_ADDR16, tocBiasedVal}; in toAddr16Rel()
1145 return {R_PPC64_ADDR16, dtpBiasedVal}; in toAddr16Rel()
1200 case R_PPC64_ADDR16: in relocate()
DPPC.cpp280 return {R_PPC64_ADDR16, dtpBiasedVal}; in fromDTPREL()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp955 case ELF::R_PPC64_ADDR16: in resolvePPC64Relocation()
1604 case ELF::R_PPC64_TOC16: RelType = ELF::R_PPC64_ADDR16; break; in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp746 case ELF::R_PPC64_ADDR16: in resolvePPC64Relocation()
1573 case ELF::R_PPC64_TOC16: RelType = ELF::R_PPC64_ADDR16; break; in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp739 case ELF::R_PPC64_ADDR16: in resolvePPC64Relocation()
1566 case ELF::R_PPC64_TOC16: RelType = ELF::R_PPC64_ADDR16; break; in processRelocationRef()
/external/llvm/test/MC/PowerPC/
Dppc64-fixups.s151 # CHECK-BE-REL: 0x{{[0-9A-F]*[26AE]}} R_PPC64_ADDR16 target 0x0
152 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_ADDR16 target 0x0
/external/google-breakpad/src/third_party/musl/include/
Delf.h1909 #define R_PPC64_ADDR16 R_PPC_ADDR16 macro
/external/llvm-project/llvm/test/MC/PowerPC/
Dppc64-fixups.s160 # CHECK-BE-REL: 0x{{[0-9A-F]*[26AE]}} R_PPC64_ADDR16 target 0x0
161 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_ADDR16 target 0x0
/external/kmod/port-gnu/
Delf.h2276 #define R_PPC64_ADDR16 R_PPC_ADDR16 /* 16bit absolute address */ macro
/external/elfutils/libelf/
Delf.h2519 #define R_PPC64_ADDR16 R_PPC_ADDR16 /* 16bit absolute address */ macro