Searched refs:tlsOffsetRel (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/Arch/ |
| D | Hexagon.cpp | 58 tlsOffsetRel = R_HEX_DTPREL_32; in Hexagon()
|
| D | Mips.cpp | 62 tlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS() 68 tlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
|
| D | PPC.cpp | 170 tlsOffsetRel = R_PPC_DTPREL32; in PPC()
|
| D | RISCV.cpp | 106 tlsOffsetRel = R_RISCV_TLS_DTPREL64; in RISCV() 111 tlsOffsetRel = R_RISCV_TLS_DTPREL32; in RISCV()
|
| D | X86.cpp | 55 tlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
|
| D | ARM.cpp | 57 tlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
|
| D | X86_64.cpp | 77 tlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
|
| D | PPC64.cpp | 584 tlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Target.h | 130 RelType tlsOffsetRel; variable
|
| D | Relocations.cpp | 1716 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, *got, offsetOff, in postScanRelocations() 1719 got->addConstant({R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations() 1729 {R_ABS, target->tlsOffsetRel, sym.getGotOffset(), 0, &sym}); in postScanRelocations()
|
| D | SyntheticSections.cpp | 1010 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, *this, offset, in build()
|