reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Relocations.cpp
  164     return handleMipsTlsRelocation(type, sym, c, offset, addend, expr);
  175       c.relocations.push_back({expr, type, offset, addend, &sym});
  200            offset, addend, &sym});
  213     c.relocations.push_back({expr, type, offset, addend, &sym});
  221          offset, addend, &sym});
  234     c.relocations.push_back({expr, type, offset, addend, &sym});
  261       c.relocations.push_back({expr, type, offset, addend, &sym});
  270            offset, addend, &sym});
  279            offset, addend, &sym});
  289     c.relocations.push_back({R_RELAX_TLS_IE_TO_LE, type, offset, addend, &sym});