Searched refs:symbolicRel (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | RISCV.cpp | 81 symbolicRel = R_RISCV_64; in RISCV() 86 symbolicRel = R_RISCV_32; in RISCV() 91 gotRel = symbolicRel; in RISCV() 185 return type == target->symbolicRel ? type in getDynRel()
|
D | AMDGPU.cpp | 40 symbolicRel = R_AMDGPU_ABS64; in AMDGPU()
|
D | Mips.cpp | 62 symbolicRel = R_MIPS_64; in MIPS() 68 symbolicRel = R_MIPS_32; in MIPS() 203 if (type == symbolicRel) in getDynRel()
|
D | SPARCV9.cpp | 41 symbolicRel = R_SPARC_64; in SPARCV9()
|
D | Hexagon.cpp | 45 symbolicRel = R_HEX_32; in Hexagon()
|
D | PPC.cpp | 158 symbolicRel = R_PPC_ADDR32; in PPC()
|
D | X86.cpp | 59 symbolicRel = R_386_32; in X86()
|
D | AArch64.cpp | 66 symbolicRel = R_AARCH64_ABS64; in AArch64()
|
D | ARM.cpp | 57 symbolicRel = R_ARM_ABS32; in ARM()
|
D | X86_64.cpp | 83 symbolicRel = R_X86_64_64; in X86_64()
|
D | PPC64.cpp | 575 symbolicRel = R_PPC64_ADDR64; in PPC64()
|
/external/llvm-project/lld/ELF/ |
D | Relocations.cpp | 242 {R_ADDEND, target->symbolicRel, in.got->getTlsIndexOff(), 1, &sym}); in handleTlsRelocation() 280 {R_ADDEND, target->symbolicRel, off, 1, &sym}); in handleTlsRelocation() 1089 in.got->relocations.push_back({expr, target->symbolicRel, off, 0, &sym}); in addGotEntry() 1096 addRelativeReloc(in.got, off, &sym, 0, R_ABS, target->symbolicRel); in addGotEntry() 1101 sym.isPreemptible ? R_ADDEND : R_ABS, target->symbolicRel); in addGotEntry() 1157 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) { in processRelocAux() 1161 if (config->emachine == EM_MIPS && rel == target->symbolicRel) in processRelocAux()
|
D | Target.h | 120 RelType symbolicRel; variable
|
D | InputSection.cpp | 926 (isDebug && (type == target->symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()
|