Lines Matching refs:SyntheticSection
57 class SyntheticSection : public OutputSection {
59 SyntheticSection(const char *segname, const char *name);
60 virtual ~SyntheticSection() = default;
70 class LinkEditSection : public SyntheticSection {
73 : SyntheticSection(segname, name) { in LinkEditSection()
96 class MachHeaderSection : public SyntheticSection {
111 class PageZeroSection : public SyntheticSection {
124 class NonLazyPointerSectionBase : public SyntheticSection {
305 class StubsSection : public SyntheticSection {
320 class StubHelperSection : public SyntheticSection {
344 class LazyPointerSection : public SyntheticSection {
494 extern std::vector<SyntheticSection *> syntheticSections;