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

References

tools/lld/ELF/Relocations.cpp
  485     if (s.st_shndx == SHN_UNDEF || s.st_shndx == SHN_ABS ||
  485     if (s.st_shndx == SHN_UNDEF || s.st_shndx == SHN_ABS ||
  486         s.getType() == STT_TLS || s.st_value != ss.value)
  486         s.getType() == STT_TLS || s.st_value != ss.value)
  488     StringRef name = check(s.getName(file.getStringTable()));