Lines Matching refs:Relocation
42 void relocate(uint8_t *loc, const Relocation &rel,
47 void relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const;
48 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
49 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
50 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
304 void SystemZ::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel,
308 // Instruction Relocation Symbol
339 void SystemZ::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel,
343 // Instruction Relocation Symbol
374 void SystemZ::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
378 // Instruction Relocation Symbol
444 for (Relocation &rel : sec->relocs()) {
464 void SystemZ::relaxGot(uint8_t *loc, const Relocation &rel,
479 void SystemZ::relocate(uint8_t *loc, const Relocation &rel,