Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp69 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in totalSize()
72 DyLdInfoCommand.weak_bind_size); in totalSize()
348 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in writeWeakBindInfo()
H A DMachOLayoutBuilder.cpp403 MLC.dyld_info_command_data.weak_bind_size = O.WeakBinds.Opcodes.size(); in layoutTail()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dmach_o.py1367 self.weak_bind_size = 0
1375 …rebase_size, self.bind_off, self.bind_size, self.weak_bind_off, self.weak_bind_size, self.lazy_bin…
1385 self.weak_bind_off, self.weak_bind_size)
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h886 uint32_t weak_bind_size; member
1254 sys::swapByteOrder(info.weak_bind_size); in swapStruct()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp310 IO.mapRequired("weak_bind_size", LoadCommand.weak_bind_size); in mapping()
/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp112 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp688 BigSize += DyldInfo.weak_bind_size; in checkDyldInfoCommand()
695 DyldInfo.weak_bind_size, in checkDyldInfoCommand()
4932 return ArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9294 outs() << " weak_bind_size " << dc.weak_bind_size; in PrintDyldInfoLoadCommand()
9296 big_size += dc.weak_bind_size; in PrintDyldInfoLoadCommand()