Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp81 symbolicRel = R_RISCV_64; in RISCV()
86 symbolicRel = R_RISCV_32; in RISCV()
91 gotRel = symbolicRel; in RISCV()
185 return type == target->symbolicRel ? type in getDynRel()
DAMDGPU.cpp40 symbolicRel = R_AMDGPU_ABS64; in AMDGPU()
DMips.cpp62 symbolicRel = R_MIPS_64; in MIPS()
68 symbolicRel = R_MIPS_32; in MIPS()
203 if (type == symbolicRel) in getDynRel()
DSPARCV9.cpp41 symbolicRel = R_SPARC_64; in SPARCV9()
DHexagon.cpp45 symbolicRel = R_HEX_32; in Hexagon()
DPPC.cpp158 symbolicRel = R_PPC_ADDR32; in PPC()
DX86.cpp59 symbolicRel = R_386_32; in X86()
DAArch64.cpp66 symbolicRel = R_AARCH64_ABS64; in AArch64()
DARM.cpp57 symbolicRel = R_ARM_ABS32; in ARM()
DX86_64.cpp83 symbolicRel = R_X86_64_64; in X86_64()
DPPC64.cpp575 symbolicRel = R_PPC64_ADDR64; in PPC64()
/external/llvm-project/lld/ELF/
DRelocations.cpp242 {R_ADDEND, target->symbolicRel, in.got->getTlsIndexOff(), 1, &sym}); in handleTlsRelocation()
280 {R_ADDEND, target->symbolicRel, off, 1, &sym}); in handleTlsRelocation()
1089 in.got->relocations.push_back({expr, target->symbolicRel, off, 0, &sym}); in addGotEntry()
1096 addRelativeReloc(in.got, off, &sym, 0, R_ABS, target->symbolicRel); in addGotEntry()
1101 sym.isPreemptible ? R_ADDEND : R_ABS, target->symbolicRel); in addGotEntry()
1157 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) { in processRelocAux()
1161 if (config->emachine == EM_MIPS && rel == target->symbolicRel) in processRelocAux()
DTarget.h120 RelType symbolicRel; variable
DInputSection.cpp926 (isDebug && (type == target->symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()