Lines Matching refs:sectionName
56 StringRef sectionName; member
115 if (!p->sectionName.equals(section.sectionName) && !p->sectionName.empty()) in atomTypeFromSection()
117 customSectionName = p->segmentName.empty() && p->sectionName.empty(); in atomTypeFromSection()
261 + "/" + section.sectionName.str(); in atomFromSymbol()
402 + "/" + section.sectionName in processSection()
450 + "/" + section.sectionName in processSection()
471 + "/" + section.sectionName in processSection()
480 + "/" + section.sectionName.str(); in processSection()
633 + section.segmentName + "/" + section.sectionName in convertRelocs()
669 + section.segmentName + "/" + section.sectionName in convertRelocs()
949 if (s.sectionName == "__debug_info") in parseDebugInfo()
951 else if (s.sectionName == "__debug_abbrev") in parseDebugInfo()
953 else if (s.sectionName == "__debug_str") in parseDebugInfo()
1327 section.sectionName == "__eh_frame") { in addEHFrameReferences()
1371 sect.sectionName + in parseObjCImageInfo()
1379 sect.sectionName + in parseObjCImageInfo()
1387 sect.sectionName + in parseObjCImageInfo()
1426 return (sect.segmentName == "__OBJC" && sect.sectionName == "__image_info") || in isObjCImageInfo()
1427 (sect.segmentName == "__DATA" && sect.sectionName == "__objc_imageinfo"); in isObjCImageInfo()
1593 StringRef §ionName, in relocatableSectionInfoForContentType() argument
1603 if (p->segmentName.empty() || p->sectionName.empty()) in relocatableSectionInfoForContentType()
1606 sectionName = p->sectionName; in relocatableSectionInfoForContentType()