Home
last modified time | relevance | path

Searched refs:symbolicRel (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.cpp916 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 DTarget.h126 RelType symbolicRel; variable
H A DInputSection.cpp866 (isDebug && (type == target.symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()
H A DThunks.cpp447 target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DAMDGPU.cpp43 symbolicRel = R_AMDGPU_ABS64; in AMDGPU()
H A DMips.cpp59 symbolicRel = R_MIPS_64; in MIPS()
65 symbolicRel = R_MIPS_32; in MIPS()
201 if (type == symbolicRel) in getDynRel()
H A DSPARCV9.cpp39 symbolicRel = R_SPARC_64; in SPARCV9()
H A DRISCV.cpp104 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 DHexagon.cpp44 symbolicRel = R_HEX_32; in Hexagon()
H A DPPC.cpp160 symbolicRel = R_PPC_ADDR32; in PPC()
H A DX86.cpp51 symbolicRel = R_386_32; in X86()
H A DARM.cpp54 symbolicRel = R_ARM_ABS32; in ARM()
H A DAArch64.cpp77 symbolicRel = R_AARCH64_ABS64; in AArch64()
H A DX86_64.cpp73 symbolicRel = R_X86_64_64; in X86_64()
H A DPPC64.cpp571 symbolicRel = R_PPC64_ADDR64; in PPC64()