Searched refs:ZeroPadBytes (Results 1 – 3 of 3) sorted by relevance
243 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()244 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()245 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
259 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
65 uint64_t ZeroPadBytes; member