Lines Matching defs:Relocations
204 // Relocations for fixing up references in the code section.
206 // Relocations for fixing up references in the data section.
227 // Relocations for fixing up references in the custom sections.
342 std::vector<WasmRelocationEntry> &Relocations);
353 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
764 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset,
767 for (const WasmRelocationEntry &RelEntry : Relocations) {
1148 auto &Relocations = CustomSectionsRelocations[Sec.Section];
1149 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations);
1253 auto &Relocations = CustomSectionsRelocations[CustomSection.Section];
1254 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Asm);