Home
last modified time | relevance | path

Searched refs:lazy_bind_size (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp69 assert((DyLdInfoCommand.lazy_bind_size == O.LazyBinds.Opcodes.size()) && in totalSize()
72 DyLdInfoCommand.lazy_bind_size); in totalSize()
380 assert((DyLdInfoCommand.lazy_bind_size == O.LazyBinds.Opcodes.size()) && in writeLazyBindInfo()
DMachOLayoutBuilder.cpp348 MLC.dyld_info_command_data.lazy_bind_size = O.LazyBinds.Opcodes.size(); in layoutTail()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h875 uint32_t lazy_bind_size; member
1122 sys::swapByteOrder(info.lazy_bind_size); in swapStruct()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DMachOYAML.cpp273 IO.mapRequired("lazy_bind_size", LoadCommand.lazy_bind_size); in mapping()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DWriter.cpp113 c->lazy_bind_size = lazyBindingSection->getFileSize(); in writeTo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp699 BigSize += DyldInfo.lazy_bind_size; in checkDyldInfoCommand()
706 DyldInfo.lazy_bind_size, in checkDyldInfoCommand()
4605 return makeArrayRef(Ptr, DyldInfo.lazy_bind_size); in getDyldInfoLazyBindOpcodes()
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp862 di->lazy_bind_size = _lazyBindingInfo.size(); in writeLoadCommands()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp9011 outs() << " lazy_bind_size " << dc.lazy_bind_size; in PrintDyldInfoLoadCommand()
9013 big_size += dc.lazy_bind_size; in PrintDyldInfoLoadCommand()