Searched refs:symbolicRel (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/ |
| HD | LoongArch.cpp | 192 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()
|
| HD | Mips.cpp | 59 symbolicRel = R_MIPS_64; in MIPS() 65 symbolicRel = R_MIPS_32; in MIPS() 201 if (type == symbolicRel) in getDynRel()
|
| HD | SPARCV9.cpp | 39 symbolicRel = R_SPARC_64; in SPARCV9()
|
| HD | AMDGPU.cpp | 45 symbolicRel = R_AMDGPU_ABS64; in AMDGPU()
|
| HD | RISCV.cpp | 116 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()
|
| HD | Hexagon.cpp | 45 symbolicRel = R_HEX_32; in Hexagon()
|
| HD | SystemZ.cpp | 60 symbolicRel = R_390_64; in SystemZ()
|
| HD | PPC.cpp | 160 symbolicRel = R_PPC_ADDR32; in PPC()
|
| HD | X86.cpp | 51 symbolicRel = R_386_32; in X86()
|
| HD | X86_64.cpp | 76 symbolicRel = R_X86_64_64; in X86_64()
|
| HD | AArch64.cpp | 85 symbolicRel = R_AARCH64_ABS64; in AArch64()
|
| HD | PPC64.cpp | 587 symbolicRel = R_PPC64_ADDR64; in PPC64()
|
| HD | ARM.cpp | 63 symbolicRel = R_ARM_ABS32; in ARM()
|
| /freebsd-14-stable/contrib/llvm-project/lld/ELF/ |
| HD | Relocations.cpp | 938 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()
|
| HD | Target.h | 130 RelType symbolicRel; variable
|
| HD | Thunks.cpp | 480 target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
|