Lines Matching refs:rel
50 void relocate(uint8_t *loc, const Relocation &rel,
54 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel,
56 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel,
58 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
60 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel,
311 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
313 std::tie(newType, val) = fromDTPREL(rel.type, val); in relocate()
316 checkIntUInt(loc, val, 16, rel); in relocate()
324 checkInt(loc, val, 16, rel); in relocate()
360 checkInt(loc, val, 16, rel); in relocate()
361 checkAlignment(loc, val, 4, rel); in relocate()
370 checkInt(loc, val, 26, rel); in relocate()
371 checkAlignment(loc, val, 4, rel); in relocate()
402 void PPC::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() argument
404 switch (rel.type) { in relaxTlsGdToIe()
421 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() argument
423 switch (rel.type) { in relaxTlsGdToLe()
437 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() argument
439 switch (rel.type) { in relaxTlsLdToLe()
454 relocate(loc, rel, val); in relaxTlsLdToLe()
461 void PPC::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() argument
463 switch (rel.type) { in relaxTlsIeToLe()