Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/examples/python/
Dmach_o.py1369 self.lazy_bind_size = 0
1375 …e, self.weak_bind_off, self.weak_bind_size, self.lazy_bind_off, self.lazy_bind_size, self.export_o…
1387 self.lazy_bind_off, self.lazy_bind_size)
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h888 uint32_t lazy_bind_size; member
1256 sys::swapByteOrder(info.lazy_bind_size); in swapStruct()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DMachOYAML.cpp312 IO.mapRequired("lazy_bind_size", LoadCommand.lazy_bind_size); in mapping()
/openbsd/src/gnu/llvm/lld/MachO/
DWriter.cpp116 c->lazy_bind_size = lazyBindingSection->getFileSize(); in writeTo()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp703 BigSize += DyldInfo.lazy_bind_size; in checkDyldInfoCommand()
710 DyldInfo.lazy_bind_size, in checkDyldInfoCommand()
4946 return ArrayRef(Ptr, DyldInfo.lazy_bind_size); in getDyldInfoLazyBindOpcodes()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp9306 outs() << " lazy_bind_size " << dc.lazy_bind_size; in PrintDyldInfoLoadCommand()
9308 big_size += dc.lazy_bind_size; in PrintDyldInfoLoadCommand()