Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DRISCV.cpp83 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()
DMips.cpp62 symbolicRel = R_MIPS_64; in MIPS()
68 symbolicRel = R_MIPS_32; in MIPS()
203 if (type == symbolicRel) in getDynRel()
DAMDGPU.cpp44 symbolicRel = R_AMDGPU_ABS64; in AMDGPU()
DSPARCV9.cpp41 symbolicRel = R_SPARC_64; in SPARCV9()
DHexagon.cpp45 symbolicRel = R_HEX_32; in Hexagon()
DPPC.cpp159 symbolicRel = R_PPC_ADDR32; in PPC()
DX86.cpp59 symbolicRel = R_386_32; in X86()
DAArch64.cpp67 symbolicRel = R_AARCH64_ABS64; in AArch64()
DARM.cpp57 symbolicRel = R_ARM_ABS32; in ARM()
DX86_64.cpp85 symbolicRel = R_X86_64_64; in X86_64()
DPPC64.cpp576 symbolicRel = R_PPC64_ADDR64; in PPC64()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DRelocations.cpp246 {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()
DTarget.h120 RelType symbolicRel; variable
DThunks.cpp389 target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
DInputSection.cpp941 (isDebug && (type == target->symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()