Lines Matching refs:segmentName
58 StringRef segmentName; member
81 : segmentName(sg), sectionName(sct), type(t), attributes(attrs), in SectionInfo()
86 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo()
230 StringRef segmentName; in getRelocatableSection() local
237 relocatableSectionInfoForContentType(type, segmentName, sectionName, in getRelocatableSection()
244 sect.second->segmentName.equals(segmentName)) { in getRelocatableSection()
250 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs, in getRelocatableSection()
261 StringRef segmentName; member
329 sect.second->segmentName.equals(p.segmentName)) { in getFinalSection()
335 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection()
533 SegmentInfo *seg = segmentForName(si->segmentName); in organizeSections()
643 normSect->segmentName = si->segmentName; in appendSection()