Lines Matching refs:FixupSection
97 const MCSectionWasm *FixupSection; // The section the relocation is targeting. member
101 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
103 FixupSection(FixupSection) {} in WasmRelocationEntry()
110 << ", FixupSection=" << FixupSection->getName(); in print()
487 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() local
497 if (FixupSection.isText()) { in recordRelocation()
512 if (&SecB != &FixupSection) { in recordRelocation()
527 if (FixupSection.getName().starts_with(".init_array")) { in recordRelocation()
545 TargetObjectWriter->getRelocType(Target, Fixup, FixupSection, IsLocRel); in recordRelocation()
559 if (!FixupSection.isMetadata()) in recordRelocation()
620 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()
623 if (FixupSection.isWasmData()) { in recordRelocation()
625 } else if (FixupSection.isText()) { in recordRelocation()
627 } else if (FixupSection.isMetadata()) { in recordRelocation()
628 CustomSectionsRelocations[&FixupSection].push_back(Rec); in recordRelocation()
769 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()
1122 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()
1123 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()
1133 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()