Searched refs:symbolicRel (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | RISCV.cpp | 83 symbolicRel = R_RISCV_64; in RISCV() 88 symbolicRel = R_RISCV_32; in RISCV() 93 gotRel = symbolicRel; in RISCV() 218 return type == target->symbolicRel ? type in getDynRel()
|
| D | Mips.cpp | 62 symbolicRel = R_MIPS_64; in MIPS() 68 symbolicRel = R_MIPS_32; in MIPS() 203 if (type == symbolicRel) in getDynRel()
|
| D | AMDGPU.cpp | 44 symbolicRel = R_AMDGPU_ABS64; in AMDGPU()
|
| D | SPARCV9.cpp | 41 symbolicRel = R_SPARC_64; in SPARCV9()
|
| D | Hexagon.cpp | 45 symbolicRel = R_HEX_32; in Hexagon()
|
| D | PPC.cpp | 159 symbolicRel = R_PPC_ADDR32; in PPC()
|
| D | X86.cpp | 59 symbolicRel = R_386_32; in X86()
|
| D | AArch64.cpp | 67 symbolicRel = R_AARCH64_ABS64; in AArch64()
|
| D | ARM.cpp | 57 symbolicRel = R_ARM_ABS32; in ARM()
|
| D | X86_64.cpp | 85 symbolicRel = R_X86_64_64; in X86_64()
|
| D | PPC64.cpp | 576 symbolicRel = R_PPC64_ADDR64; in PPC64()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | Relocations.cpp | 246 {R_ADDEND, target->symbolicRel, in.got->getTlsIndexOff(), 1, &sym}); in handleTlsRelocation() 284 {R_ADDEND, target->symbolicRel, off, 1, &sym}); in handleTlsRelocation() 1104 in.got->relocations.push_back({expr, target->symbolicRel, off, 0, &sym}); in addGotEntry() 1111 addRelativeReloc(in.got, off, sym, 0, R_ABS, target->symbolicRel); in addGotEntry() 1116 target->symbolicRel); in addGotEntry() 1179 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) { in processRelocAux() 1183 if (config->emachine == EM_MIPS && rel == target->symbolicRel) in processRelocAux()
|
| D | Target.h | 120 RelType symbolicRel; variable
|
| D | Thunks.cpp | 389 target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
|
| D | InputSection.cpp | 941 (isDebug && (type == target->symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()
|