Searched refs:symbolicRel (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Relocations.cpp | 916 in.got->addConstant({R_ABS, target->symbolicRel, off, 0, &sym}); in addGotEntry() 918 addRelativeReloc(*in.got, off, sym, 0, R_ABS, target->symbolicRel); in addGotEntry() 925 in.got->addConstant({R_TPREL, target->symbolicRel, off, 0, &sym}); in addTpOffsetGotEntry() 929 target->tlsGotRel, *in.got, off, sym, target->symbolicRel); in addTpOffsetGotEntry() 1113 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) { in processAux() 1117 if (config->emachine == EM_MIPS && rel == target->symbolicRel) in processAux() 1707 got->addConstant({R_ADDEND, target->symbolicRel, off, 1, &sym}); in postScanRelocations() 1744 {R_ADDEND, target->symbolicRel, got->getTlsIndexOff(), 1, &dummy}); in postScanRelocations()
|
H A D | Target.h | 126 RelType symbolicRel; variable
|
H A D | InputSection.cpp | 866 (isDebug && (type == target.symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()
|
H A D | Thunks.cpp | 447 target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | AMDGPU.cpp | 43 symbolicRel = R_AMDGPU_ABS64; in AMDGPU()
|
H A D | Mips.cpp | 59 symbolicRel = R_MIPS_64; in MIPS() 65 symbolicRel = R_MIPS_32; in MIPS() 201 if (type == symbolicRel) in getDynRel()
|
H A D | SPARCV9.cpp | 39 symbolicRel = R_SPARC_64; in SPARCV9()
|
H A D | RISCV.cpp | 104 symbolicRel = R_RISCV_64; in RISCV() 109 symbolicRel = R_RISCV_32; in RISCV() 114 gotRel = symbolicRel; in RISCV() 244 return type == target->symbolicRel ? type in getDynRel()
|
H A D | Hexagon.cpp | 44 symbolicRel = R_HEX_32; in Hexagon()
|
H A D | PPC.cpp | 160 symbolicRel = R_PPC_ADDR32; in PPC()
|
H A D | X86.cpp | 51 symbolicRel = R_386_32; in X86()
|
H A D | ARM.cpp | 54 symbolicRel = R_ARM_ABS32; in ARM()
|
H A D | AArch64.cpp | 77 symbolicRel = R_AARCH64_ABS64; in AArch64()
|
H A D | X86_64.cpp | 73 symbolicRel = R_X86_64_64; in X86_64()
|
H A D | PPC64.cpp | 571 symbolicRel = R_PPC64_ADDR64; in PPC64()
|