Home
last modified time | relevance | path

Searched refs:cryptsize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h807 uint32_t cryptsize; member
815 uint32_t cryptsize; member
1211 sys::swapByteOrder(e.cryptsize); in swapStruct()
1219 sys::swapByteOrder(e.cryptsize); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp341 IO.mapRequired("cryptsize", LoadCommand.cryptsize); in mapping()
348 IO.mapRequired("cryptsize", LoadCommand.cryptsize); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp880 uint64_t cryptoff, uint64_t cryptsize, in checkEncryptCommand() argument
891 BigSize += cryptsize; in checkEncryptCommand()
1446 if ((Err = checkEncryptCommand(*this, Load, I, E.cryptoff, E.cryptsize, in MachOObjectFile()
1457 if ((Err = checkEncryptCommand(*this, Load, I, E.cryptoff, E.cryptsize, in MachOObjectFile()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8789 outs() << " cryptsize " << ec.cryptsize; in PrintEncryptionInfoCommand()
8790 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand()
8810 outs() << " cryptsize " << ec.cryptsize; in PrintEncryptionInfoCommand64()
8811 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand64()