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});
  198       c.relocations.push_back(
  213     c.relocations.push_back({expr, type, offset, addend, &sym});
  219     c.relocations.push_back(
  234     c.relocations.push_back({expr, type, offset, addend, &sym});
  261       c.relocations.push_back({expr, type, offset, addend, &sym});
  268       c.relocations.push_back(
  277       c.relocations.push_back(
  289     c.relocations.push_back({R_RELAX_TLS_IE_TO_LE, type, offset, addend, &sym});