Searched refs:ZeroPadBytes (Results 1 – 4 of 4) sorted by relevance
215 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()216 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()217 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
57 uint64_t ZeroPadBytes; member
201 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()
235 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()