Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp75 assert((DyLdInfoCommand.lazy_bind_size == O.LazyBinds.Opcodes.size()) && in totalSize()
78 DyLdInfoCommand.lazy_bind_size); in totalSize()
360 assert((DyLdInfoCommand.lazy_bind_size == O.LazyBinds.Opcodes.size()) && in writeLazyBindInfo()
H A DMachOLayoutBuilder.cpp407 MLC.dyld_info_command_data.lazy_bind_size = O.LazyBinds.Opcodes.size(); in layoutTail()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h884 uint32_t lazy_bind_size; member
1257 sys::swapByteOrder(info.lazy_bind_size); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp313 IO.mapRequired("lazy_bind_size", LoadCommand.lazy_bind_size); in mapping()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp116 c->lazy_bind_size = lazyBindingSection->getFileSize(); in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp708 BigSize += DyldInfo.lazy_bind_size; in checkDyldInfoCommand()
715 DyldInfo.lazy_bind_size, in checkDyldInfoCommand()
4958 return ArrayRef(Ptr, DyldInfo.lazy_bind_size); in getDyldInfoLazyBindOpcodes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8896 outs() << " lazy_bind_size " << dc.lazy_bind_size; in PrintDyldInfoLoadCommand()
8898 big_size += dc.lazy_bind_size; in PrintDyldInfoLoadCommand()