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);
  167           expr) &&
  174     if (expr != R_TLSDESC_CALL)
  175       c.relocations.push_back({expr, type, offset, addend, &sym});
  195           expr)) {
  203     if (expr == R_TLSLD_HINT)
  213     c.relocations.push_back({expr, type, offset, addend, &sym});
  218   if (expr == R_DTPREL && !config->shared) {
  227   if (expr == R_TLSLD_GOT_OFF) {
  234     c.relocations.push_back({expr, type, offset, addend, &sym});
  239             R_TLSGD_GOT, R_TLSGD_GOTPLT, R_TLSGD_PC>(expr)) {
  261       c.relocations.push_back({expr, type, offset, addend, &sym});
  287             R_TLSIE_HINT>(expr) &&
  293   if (expr == R_TLSIE_HINT)