Lines Matching refs:LDSection
17 typedef GCFactory<LDSection, MCLD_SECTIONS_PER_INPUT> SectionFactory;
24 LDSection::LDSection() in LDSection() function in LDSection
39 LDSection::LDSection(const std::string& pName, in LDSection() function in LDSection
59 LDSection::~LDSection() in ~LDSection()
63 bool LDSection::hasOffset() const in hasOffset()
68 LDSection* LDSection::Create(const std::string& pName, in Create()
75 LDSection* result = g_SectFactory->allocate(); in Create()
76 new (result) LDSection(pName, pKind, pType, pFlag, pSize, pAddr); in Create()
80 void LDSection::Destroy(LDSection*& pSection) in Destroy()
87 void LDSection::Clear() in Clear()
92 bool LDSection::hasSectionData() const in hasSectionData()
98 bool LDSection::hasRelocData() const in hasRelocData()
104 bool LDSection::hasEhFrame() const in hasEhFrame()