Searched refs:R_PPC64_ADDR16 (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/lld/test/ELF/ |
D | ppc64-reloc-addr.s | 12 # 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
|
D | ppc64-toc-relax-constants.s | 13 # In most cases, .toc contains exclusively addresses relocated by R_PPC64_ADDR16.
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | PowerPC64.def | 14 #undef R_PPC64_ADDR16 100 ELF_RELOC(R_PPC64_ADDR16, 3)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | PowerPC64.def | 14 #undef R_PPC64_ADDR16 100 ELF_RELOC(R_PPC64_ADDR16, 3)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | PowerPC64.def | 14 #undef R_PPC64_ADDR16 108 ELF_RELOC(R_PPC64_ADDR16, 3)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | PowerPC64.def | 14 #undef R_PPC64_ADDR16 117 ELF_RELOC(R_PPC64_ADDR16, 3)
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-types-elf-ppc64.test | 10 # CHECK: Type: R_PPC64_ADDR16 (3) 114 - Type: R_PPC64_ADDR16
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC64.cpp | 947 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()
|
D | PPC.cpp | 280 return {R_PPC64_ADDR16, dtpBiasedVal}; in fromDTPREL()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 955 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/ |
D | RuntimeDyldELF.cpp | 746 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/ |
D | RuntimeDyldELF.cpp | 739 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/ |
D | ppc64-fixups.s | 151 # 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/ |
D | elf.h | 1909 #define R_PPC64_ADDR16 R_PPC_ADDR16 macro
|
/external/llvm-project/llvm/test/MC/PowerPC/ |
D | ppc64-fixups.s | 160 # 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/ |
D | elf.h | 2276 #define R_PPC64_ADDR16 R_PPC_ADDR16 /* 16bit absolute address */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 2519 #define R_PPC64_ADDR16 R_PPC_ADDR16 /* 16bit absolute address */ macro
|