Lines Matching refs:Relocation
38 void relocate(uint8_t *loc, const Relocation &rel,
45 void relaxGot(uint8_t *loc, const Relocation &rel,
47 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel,
49 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel,
51 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel,
53 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
169 static bool isRelocationForJmpInsn(Relocation &R) { in isRelocationForJmpInsn()
179 InputSection *nextIS, Relocation &r) { in isFallThruRelocation()
257 Relocation &r = is.relocations[rIndex]; in deleteFallThruJmpInsn()
285 Relocation &rB = is.relocations[rbIndex]; in deleteFallThruJmpInsn()
415 void X86_64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
456 void X86_64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
498 void X86_64::relaxTlsIeToLe(uint8_t *loc, const Relocation &, in relaxTlsIeToLe() argument
540 void X86_64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
677 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
831 void X86_64::relaxGot(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxGot() argument