Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp400 MLC.dyld_info_command_data.bind_size = O.Binds.Opcodes.size(); in layoutTail()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dmach_o.py1365 self.bind_size = 0
1375 …self.rebase_off, self.rebase_size, self.bind_off, self.bind_size, self.weak_bind_off, self.weak_bi…
1383 self.bind_off, self.bind_size)
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h884 uint32_t bind_size; member
1252 sys::swapByteOrder(info.bind_size); in swapStruct()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp308 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp108 c->bind_size = bindingSection->getFileSize(); in writeTo()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp673 BigSize += DyldInfo.bind_size; in checkDyldInfoCommand()
680 DyldInfo.bind_size, in checkDyldInfoCommand()
4918 return ArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9282 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()
9284 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()