Searched refs:ContentsOffset (Results 1 – 1 of 1) sorted by relevance
52 uint64_t ContentsOffset; member352 uint64_t ContentsOffset, const MCAssembler &Asm);376 Section.ContentsOffset = W->OS.tell(); in startSection()420 Section.ContentsOffset = W->OS.tell(); in startCustomSection()740 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument744 uint64_t Offset = ContentsOffset + in applyRelocations()1041 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()1046 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm); in writeCodeSection()1072 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()1077 applyRelocations(DataRelocations, Section.ContentsOffset, Asm); in writeDataSection()[all …]