Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp58 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in totalSize()
60 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()
356 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in writeBindInfo()
H A DMachOLayoutBuilder.cpp342 MLC.dyld_info_command_data.bind_size = O.Binds.Opcodes.size(); in layoutTail()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h871 uint32_t bind_size; member
1118 sys::swapByteOrder(info.bind_size); in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp269 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp105 c->bind_size = bindingSection->getFileSize(); in writeTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp669 BigSize += DyldInfo.bind_size; in checkDyldInfoCommand()
676 DyldInfo.bind_size, in checkDyldInfoCommand()
4577 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp858 di->bind_size = _bindingInfo.size(); in writeLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8987 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()
8989 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()