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();
764 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset,
768 uint64_t Offset = ContentsOffset +
1064 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1069 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm);
1095 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1100 applyRelocations(DataRelocations, Section.ContentsOffset, Asm);
1244 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1247 CustomSection.OutputContentsOffset = Section.ContentsOffset;