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

References

lib/Object/MachOObjectFile.cpp
 1391                    *this, Load, Sections, HasPageZeroSegment, I,
 1397                    *this, Load, Sections, HasPageZeroSegment, I,
 1709         if (NSect == 0 || NSect > Sections.size())
 1887   if (DRI.d.a >= Sections.size()){
 1985   if (SectionIndex < 1 || SectionIndex > Sections.size())
 2531   DRI.d.a = Sections.size();
 4155   assert(Sec.d.a < Sections.size() && "Should have detected this earlier");
 4157     reinterpret_cast<const section_base *>(Sections[Sec.d.a]);
 4163   assert(Sec.d.a < Sections.size() && "Should have detected this earlier");
 4165     reinterpret_cast<const section_base *>(Sections[Sec.d.a]);
 4241   if (SecNum == MachO::R_ABS || SecNum > Sections.size())
 4249   assert(DRI.d.a < Sections.size() && "Should have detected this earlier");
 4250   return getStruct<MachO::section>(*this, Sections[DRI.d.a]);
 4254   assert(DRI.d.a < Sections.size() && "Should have detected this earlier");
 4255   return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]);