|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lld/ELF/Arch/AArch64.cpp 65 tlsGotRel = R_AARCH64_TLS_TPREL64;
tools/lld/ELF/Arch/ARM.cpp 57 tlsGotRel = R_ARM_TLS_TPOFF32;
tools/lld/ELF/Arch/Mips.cpp 61 tlsGotRel = R_MIPS_TLS_TPREL64;
67 tlsGotRel = R_MIPS_TLS_TPREL32;
tools/lld/ELF/Arch/PPC.cpp 151 tlsGotRel = R_PPC_TPREL32;
tools/lld/ELF/Arch/PPC64.cpp 308 tlsGotRel = R_PPC64_TPREL64;
tools/lld/ELF/Arch/RISCV.cpp 82 tlsGotRel = R_RISCV_TLS_TPREL64;
87 tlsGotRel = R_RISCV_TLS_TPREL32;
tools/lld/ELF/Arch/X86.cpp 57 tlsGotRel = R_386_TLS_TPOFF;
tools/lld/ELF/Arch/X86_64.cpp 61 tlsGotRel = R_X86_64_TPOFF64;
tools/lld/ELF/Relocations.cpp 273 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(),
989 sym.isTls() ? target->tlsGotRel : target->gotRel, in.got, off, &sym, 0,
tools/lld/ELF/SyntheticSections.cpp 945 mainPart->relaDyn->addReloc(target->tlsGotRel, this, offset, s);