Home
last modified time | relevance | path

Searched refs:getTlsGdRelaxSkip (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC.cpp53 int getTlsGdRelaxSkip(RelType type) const override;
387 int PPC::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC
DX86.cpp26 int getTlsGdRelaxSkip(RelType type) const override;
67 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86
DX86_64.cpp28 int getTlsGdRelaxSkip(RelType type) const override;
91 int X86_64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86_64
DPPC64.cpp156 int getTlsGdRelaxSkip(RelType type) const override;
607 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC64
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h39 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } in getTlsGdRelaxSkip() function
DRelocations.cpp1292 return target->getTlsGdRelaxSkip(type); in handleTlsRelocation()
1335 return target->getTlsGdRelaxSkip(type); in handleTlsRelocation()