Lines Matching refs:rel

47   void relocate(uint8_t *loc, const Relocation &rel,
50 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel,
52 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel,
54 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel,
338 void AArch64::relocate(uint8_t *loc, const Relocation &rel, in relocate() argument
340 switch (rel.type) { in relocate()
343 checkIntUInt(loc, val, 16, rel); in relocate()
348 checkIntUInt(loc, val, 32, rel); in relocate()
352 checkInt(loc, val, 32, rel); in relocate()
366 checkInt(loc, val, 33, rel); in relocate()
372 checkInt(loc, val, 21, rel); in relocate()
386 checkInt(loc, val, 28, rel); in relocate()
391 checkAlignment(loc, val, 4, rel); in relocate()
392 checkInt(loc, val, 21, rel); in relocate()
401 checkAlignment(loc, val, 2, rel); in relocate()
406 checkAlignment(loc, val, 4, rel); in relocate()
414 checkAlignment(loc, val, 8, rel); in relocate()
419 checkAlignment(loc, val, 16, rel); in relocate()
423 checkAlignment(loc, val, 8, rel); in relocate()
427 checkUInt(loc, val, 16, rel); in relocate()
433 checkUInt(loc, val, 32, rel); in relocate()
439 checkUInt(loc, val, 48, rel); in relocate()
450 checkInt(loc, val, 17, rel); in relocate()
459 checkInt(loc, val, 33, rel); in relocate()
468 checkInt(loc, val, 49, rel); in relocate()
477 checkInt(loc, val, 16, rel); in relocate()
481 checkUInt(loc, val, 24, rel); in relocate()
497 void AArch64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() argument
510 checkUInt(loc, val, 32, rel); in relaxTlsGdToLe()
512 switch (rel.type) { in relaxTlsGdToLe()
528 void AArch64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() argument
542 switch (rel.type) { in relaxTlsGdToIe()
560 void AArch64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() argument
562 checkUInt(loc, val, 32, rel); in relaxTlsIeToLe()
564 if (rel.type == R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21) { in relaxTlsIeToLe()
570 if (rel.type == R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC) { in relaxTlsIeToLe()