Lines Matching refs:segmentName
57 StringRef segmentName; member
80 : segmentName(sg), sectionName(sct), type(t), attributes(attrs), in SectionInfo()
85 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo()
229 StringRef segmentName; in getRelocatableSection() local
236 relocatableSectionInfoForContentType(type, segmentName, sectionName, in getRelocatableSection()
243 sect.second->segmentName.equals(segmentName)) { in getRelocatableSection()
249 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs, in getRelocatableSection()
260 StringRef segmentName; member
328 sect.second->segmentName.equals(p.segmentName)) { in getFinalSection()
334 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection()
532 SegmentInfo *seg = segmentForName(si->segmentName); in organizeSections()
643 normSect->segmentName = si->segmentName; in appendSection()