Searched refs:ContentsOffset (Results 1 – 1 of 1) sorted by relevance
53 uint64_t ContentsOffset; member354 uint64_t ContentsOffset, const MCAssembler &Asm);378 Section.ContentsOffset = W->OS.tell(); in startSection()422 Section.ContentsOffset = W->OS.tell(); in startCustomSection()764 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument768 uint64_t Offset = ContentsOffset + in applyRelocations()1064 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()1069 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm); in writeCodeSection()1095 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()1100 applyRelocations(DataRelocations, Section.ContentsOffset, Asm); in writeDataSection()[all …]