Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h824 uint32_t cryptsize;
832 uint32_t cryptsize;
1360 sys::swapByteOrder(e.cryptsize); in swapStruct()
1368 sys::swapByteOrder(e.cryptsize); in swapStruct()
830 uint32_t cryptsize; global() member
838 uint32_t cryptsize; global() member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp404 IO.mapRequired("cryptsize", LoadCommand.cryptsize); in mapping()
411 IO.mapRequired("cryptsize", LoadCommand.cryptsize); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp920 uint64_t cryptoff, uint64_t cryptsize, in checkEncryptCommand() argument
931 BigSize += cryptsize; in checkEncryptCommand()
1510 if ((Err = checkEncryptCommand(*this, Load, I, E.cryptoff, E.cryptsize, in MachOObjectFile()
1521 if ((Err = checkEncryptCommand(*this, Load, I, E.cryptoff, E.cryptsize, in MachOObjectFile()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp562 c->cryptsize = (*it)->fileSize - c->cryptoff; in writeTo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9229 outs() << " cryptsize " << ec.cryptsize; in PrintEncryptionInfoCommand()
9230 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand()
9250 outs() << " cryptsize " << ec.cryptsize; in PrintEncryptionInfoCommand64()
9251 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand64()