Lines Matching refs:Relocation
167 void relocate(uint8_t *loc, const Relocation &rel,
178 void relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const;
185 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
186 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
187 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
188 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
364 static bool tryRelaxPPC64TocIndirection(const Relocation &rel, in tryRelaxPPC64TocIndirection()
640 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot()
704 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
767 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
857 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
1228 void PPC64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
1481 void PPC64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
1537 for (const Relocation &rel : sec.relocs()) { in relocateAlloc()