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

References

lib/MC/ELFObjectWriter.cpp
  345   SectionTable.push_back(Sec);
  347   return SectionTable.size();
  793       SectionTable[SymtabShndxSectionIndex - 1];
 1004   const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1];
 1064   const unsigned NumSections = SectionTable.size();
 1071   for (const MCSectionELF *Section : SectionTable) {
 1247       (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEF
 1248                                                       : SectionTable.size() + 1,