reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
164 Section Text; 165 Section BSS; 169 std::array<Section *const, 2> Sections{{&Text, &BSS}}; 232 for (auto *Sec : Sections) 327 for (const auto *Section : Sections) { 329 if (Section->Index == Section::UninitializedIndex || Section->IsVirtual) 487 for (const auto *Sec : Sections) { 489 if (Sec->Index == Section::UninitializedIndex) 517 for (const auto *Section : Sections) { 519 if (Section->Index == Section::UninitializedIndex) 557 for (auto *Section : Sections) { 613 for (auto *Sec : Sections) { 614 if (Sec->Index == Section::UninitializedIndex || Sec->IsVirtual)