Searched refs:R_PPC64_TOC (Results 1 - 8 of 8) sorted by relevance

/external/llvm/test/MC/PowerPC/
H A Dppc64-relocs-01.s35 # 2. And a R_PPC64_TOC against no symbol (the linker will replace for the
39 # CHECK-NEXT: 0x{{[0-9,A-F]+}} R_PPC64_TOC - 0x0
H A Dppc64-fixups.s698 # CHECK-BE-REL: 0x{{[0-9A-F]*[08]}} R_PPC64_TOC - 0x0
699 # CHECK-LE-REL: 0x{{[0-9A-F]*[08]}} R_PPC64_TOC - 0x0
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp349 Type = ELF::R_PPC64_TOC;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp693 // Just check if following relocation is a R_PPC64_TOC
696 if (TypeTOC != ELF::R_PPC64_TOC)
1258 // via a ELF::R_PPC64_TOC relocation (where both symbol and addend are
1261 if (RelType == ELF::R_PPC64_TOC) {
/external/llvm/lib/Object/
H A DELF.cpp592 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_PPC64_TOC);
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py570 R_PPC64_TOC = 51 variable in class:Relocs_Elf_PPC64
/external/llvm/include/llvm/Support/
H A DELF.h529 R_PPC64_TOC = 51, enumerator in enum:llvm::ELF::__anon25585
/external/elfutils/0.153/libelf/
H A Delf.h2175 #define R_PPC64_TOC 51 /* doubleword64 .TOC */ macro

Completed in 208 milliseconds