Lines Matching defs:ContentsOffset
53 uint64_t ContentsOffset;
354 uint64_t ContentsOffset, const MCAssembler &Asm);
378 Section.ContentsOffset = W->OS.tell();
422 Section.ContentsOffset = W->OS.tell();
762 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset,
766 uint64_t Offset = ContentsOffset +
1062 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1067 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm);
1093 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1098 applyRelocations(DataRelocations, Section.ContentsOffset, Asm);
1242 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1245 CustomSection.OutputContentsOffset = Section.ContentsOffset;