Searched refs:relaxTlsLdToLe (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 59 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const; 443 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 514 relaxTlsLdToLe(loc, rel, val); in relocateAlloc() 436 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, relaxTlsLdToLe() function in PPC
|
H A D | X86.cpp | 453 static void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsLdToLe() function 503 relaxTlsLdToLe(loc, rel, val); in relocateAlloc()
|
H A D | PPC64.cpp | 203 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const; 779 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() function in PPC64 1634 relaxTlsLdToLe(loc, rel, val); in relocateAlloc()
|
H A D | X86_64.cpp | 584 static void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsLdToLe() function 832 relaxTlsLdToLe(loc, rel, val); in relocate()
|