Searched refs:ContentsOffset (Results 1 – 1 of 1) sorted by relevance
55 uint64_t ContentsOffset; member322 uint64_t ContentsOffset);346 Section.ContentsOffset = W.OS.tell(); in startSection()363 Section.ContentsOffset = W.OS.tell(); in startCustomSection()666 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset) { in applyRelocations() argument669 uint64_t Offset = ContentsOffset + in applyRelocations()857 FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCodeSection()862 applyRelocations(CodeRelocations, Section.ContentsOffset); in writeCodeSection()883 Segment.Section->setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeDataSection()888 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()[all …]