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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp40 symbolicRel = R_AMDGPU_ABS64;
H A DRISCV.cpp81 symbolicRel = R_RISCV_64;
86 symbolicRel = R_RISCV_32;
91 gotRel = symbolicRel;
185 return type == target->symbolicRel ? type
H A DSPARCV9.cpp41 symbolicRel = R_SPARC_64;
H A DHexagon.cpp45 symbolicRel = R_HEX_32;
H A DMips.cpp62 symbolicRel = R_MIPS_64;
68 symbolicRel = R_MIPS_32;
203 if (type == symbolicRel)
H A DPPC.cpp159 symbolicRel = R_PPC_ADDR32;
H A DAArch64.cpp67 symbolicRel = R_AARCH64_ABS64;
H A DX86.cpp60 symbolicRel = R_386_32;
H A DARM.cpp57 symbolicRel = R_ARM_ABS32;
H A DPPC64.cpp400 symbolicRel = R_PPC64_ADDR64;
H A DX86_64.cpp83 symbolicRel = R_X86_64_64;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp231 {R_ADDEND, target->symbolicRel, in.got->getTlsIndexOff(), 1, &sym});
270 {R_ADDEND, target->symbolicRel, off, 1, &sym});
1071 in.got->relocations.push_back({expr, target->symbolicRel, off, 0, &sym});
1078 addRelativeReloc(in.got, off, &sym, 0, R_ABS, target->symbolicRel);
1083 sym.isPreemptible ? R_ADDEND : R_ABS, target->symbolicRel);
1139 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) {
1143 if (config->emachine == EM_MIPS && rel == target->symbolicRel)
H A DTarget.h120 RelType symbolicRel; member in class:lld::elf::TargetInfo
H A DInputSection.cpp917 (isDebug && (type == target->symbolicRel || expr == R_DTPREL))) {

Completed in 128 milliseconds