Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/examples/python/
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/
DMachO.h884 uint32_t bind_size; member
1252 sys::swapByteOrder(info.bind_size); in swapStruct()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DMachOYAML.cpp308 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/openbsd/src/gnu/llvm/lld/MachO/
DWriter.cpp108 c->bind_size = bindingSection->getFileSize(); in writeTo()
/openbsd/src/gnu/llvm/llvm/lib/Object/
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/
DMachODump.cpp9282 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()
9284 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()