Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp63 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in totalSize()
66 DyLdInfoCommand.weak_bind_size); in totalSize()
368 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in writeWeakBindInfo()
H A DMachOLayoutBuilder.cpp345 MLC.dyld_info_command_data.weak_bind_size = O.WeakBinds.Opcodes.size(); in layoutTail()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h873 uint32_t weak_bind_size; member
1120 sys::swapByteOrder(info.weak_bind_size); in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp271 IO.mapRequired("weak_bind_size", LoadCommand.weak_bind_size); in mapping()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp109 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp684 BigSize += DyldInfo.weak_bind_size; in checkDyldInfoCommand()
691 DyldInfo.weak_bind_size, in checkDyldInfoCommand()
4591 return makeArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp860 di->weak_bind_size = 0; in writeLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8999 outs() << " weak_bind_size " << dc.weak_bind_size; in PrintDyldInfoLoadCommand()
9001 big_size += dc.weak_bind_size; in PrintDyldInfoLoadCommand()