Searched refs:tlsOffsetRel (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | Mips.cpp | 60 tlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS() 66 tlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
|
| H A D | SystemZ.cpp | 62 tlsOffsetRel = R_390_TLS_DTPOFF; in SystemZ()
|
| H A D | Hexagon.cpp | 70 tlsOffsetRel = R_HEX_DTPREL_32; in Hexagon()
|
| H A D | PPC.cpp | 173 tlsOffsetRel = R_PPC_DTPREL32; in PPC()
|
| H A D | X86.cpp | 60 tlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
|
| H A D | LoongArch.cpp | 217 tlsOffsetRel = R_LARCH_TLS_DTPREL64; in LoongArch() 223 tlsOffsetRel = R_LARCH_TLS_DTPREL32; in LoongArch()
|
| H A D | RISCV.cpp | 121 tlsOffsetRel = R_RISCV_TLS_DTPREL64; in RISCV() 126 tlsOffsetRel = R_RISCV_TLS_DTPREL32; in RISCV()
|
| H A D | X86_64.cpp | 87 tlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
|
| H A D | PPC64.cpp | 594 tlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
|
| H A D | ARM.cpp | 69 tlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 137 RelType tlsOffsetRel = 0; variable
|
| H A D | Relocations.cpp | 1928 ctx.mainPart->relaDyn->addSymbolReloc(ctx.target->tlsOffsetRel, *got, in postScanRelocations() 1931 got->addConstant({R_ABS, ctx.target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations() 1941 {R_ABS, ctx.target->tlsOffsetRel, sym.getGotOffset(ctx), 0, &sym}); in postScanRelocations()
|
| H A D | SyntheticSections.cpp | 1094 ctx.mainPart->relaDyn->addSymbolReloc(ctx.target->tlsOffsetRel, *this, in build()
|