Home | History | Annotate | Download | only in MC

Lines Matching refs:BytesWritten

398   uint64_t BytesWritten = sizeof(macho::LinkerOptionsLoadCommand);
403 BytesWritten += Option.size() + 1;
407 WriteBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4));