Searched refs:ZeroPadBytes (Results 1 – 3 of 3) sorted by relevance
281 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()282 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()283 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
299 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
81 uint64_t ZeroPadBytes; member