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

References

include/llvm/Object/ELF.h
  482   if (Index == ELF::SHN_XINDEX)
  483     Index = Sections[0].sh_link;
  485   if (!Index) // no section string table.
  487   if (Index >= Sections.size())
  488     return createError("section header string table index " + Twine(Index) +
  490   return getStringTable(&Sections[Index], WarnHandler);