Lines Matching defs:FixupSection
602 // sh_info contains the section header index of the target (FixupSection),
604 auto FixupSection = Obj.getSection(RelSect.sh_info);
605 if (!FixupSection)
606 return FixupSection.takeError();
609 Expected<StringRef> Name = Obj.getSectionName(**FixupSection);
619 if (excludeSection(**FixupSection)) {
637 if (Error Err = Func(R, **FixupSection, *BlockToFix))
652 // sh_info contains the section header index of the target (FixupSection),
654 auto FixupSection = Obj.getSection(RelSect.sh_info);
655 if (!FixupSection)
656 return FixupSection.takeError();
659 Expected<StringRef> Name = Obj.getSectionName(**FixupSection);
669 if (excludeSection(**FixupSection)) {
687 if (Error Err = Func(R, **FixupSection, *BlockToFix))