Home
last modified time | relevance | path

Searched refs:relaxTlsGdToLe (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp58 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
427 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
511 relaxTlsGdToLe(loc, rel, val); in relocateAlloc()
420 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, relaxTlsGdToLe() function in PPC
H A DX86.cpp347 static void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsGdToLe() function
500 relaxTlsGdToLe(loc, rel, val); in relocateAlloc()
H A DAArch64.cpp56 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
639 void AArch64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in AArch64
911 relaxTlsGdToLe(loc, rel, val); in relocateAlloc()
H A DPPC64.cpp202 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
716 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in PPC64
1631 relaxTlsGdToLe(loc, rel, val); in relocateAlloc()
H A DX86_64.cpp462 static void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsGdToLe() function
822 relaxTlsGdToLe(loc, rel, val); in relocate()