Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp64 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in totalSize()
66 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()
336 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in writeBindInfo()
H A DMachOLayoutBuilder.cpp401 MLC.dyld_info_command_data.bind_size = O.Binds.Opcodes.size(); in layoutTail()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h880 uint32_t bind_size; member
1253 sys::swapByteOrder(info.bind_size); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp309 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp108 c->bind_size = bindingSection->getFileSize(); in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp678 BigSize += DyldInfo.bind_size; in checkDyldInfoCommand()
685 DyldInfo.bind_size, in checkDyldInfoCommand()
4930 return ArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8872 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()
8874 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()