Lines Matching refs:Relocation
41 void relocate(uint8_t *loc, const Relocation &rel,
46 void relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const;
47 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
48 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
49 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
303 void SystemZ::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
338 void SystemZ::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
373 void SystemZ::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
443 for (Relocation &rel : sec->relocs()) { in relaxOnce()
463 void SystemZ::relaxGot(uint8_t *loc, const Relocation &rel, in relaxGot()
478 void SystemZ::relocate(uint8_t *loc, const Relocation &rel, in relocate()