Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDLoongArch.cpp192 symbolicRel = R_LARCH_64; in LoongArch()
198 symbolicRel = R_LARCH_32; in LoongArch()
205 gotRel = symbolicRel; in LoongArch()
377 return type == target->symbolicRel ? type in getDynRel()
HDMips.cpp59 symbolicRel = R_MIPS_64; in MIPS()
65 symbolicRel = R_MIPS_32; in MIPS()
201 if (type == symbolicRel) in getDynRel()
HDSPARCV9.cpp39 symbolicRel = R_SPARC_64; in SPARCV9()
HDAMDGPU.cpp45 symbolicRel = R_AMDGPU_ABS64; in AMDGPU()
HDRISCV.cpp116 symbolicRel = R_RISCV_64; in RISCV()
121 symbolicRel = R_RISCV_32; in RISCV()
126 gotRel = symbolicRel; in RISCV()
259 return type == target->symbolicRel ? type in getDynRel()
HDHexagon.cpp45 symbolicRel = R_HEX_32; in Hexagon()
HDSystemZ.cpp60 symbolicRel = R_390_64; in SystemZ()
HDPPC.cpp160 symbolicRel = R_PPC_ADDR32; in PPC()
HDX86.cpp51 symbolicRel = R_386_32; in X86()
HDX86_64.cpp76 symbolicRel = R_X86_64_64; in X86_64()
HDAArch64.cpp85 symbolicRel = R_AARCH64_ABS64; in AArch64()
HDPPC64.cpp587 symbolicRel = R_PPC64_ADDR64; in PPC64()
HDARM.cpp63 symbolicRel = R_ARM_ABS32; in ARM()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDRelocations.cpp938 in.got->addConstant({R_ABS, target->symbolicRel, off, 0, &sym}); in addGotEntry()
940 addRelativeReloc(*in.got, off, sym, 0, R_ABS, target->symbolicRel); in addGotEntry()
947 in.got->addConstant({R_TPREL, target->symbolicRel, off, 0, &sym}); in addTpOffsetGotEntry()
951 target->tlsGotRel, *in.got, off, sym, target->symbolicRel); in addTpOffsetGotEntry()
1145 (rel == target->symbolicRel && !sym.isPreemptible)) { in processAux()
1150 if (config->emachine == EM_MIPS && rel == target->symbolicRel) in processAux()
1825 got->addConstant({R_ADDEND, target->symbolicRel, off, 1, &sym}); in postScanRelocations()
1862 {R_ADDEND, target->symbolicRel, got->getTlsIndexOff(), 1, &dummy}); in postScanRelocations()
HDTarget.h130 RelType symbolicRel; variable
HDThunks.cpp480 target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()