Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/examples/python/
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/
DMachO.h886 uint32_t weak_bind_size; member
1254 sys::swapByteOrder(info.weak_bind_size); in swapStruct()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DMachOYAML.cpp310 IO.mapRequired("weak_bind_size", LoadCommand.weak_bind_size); in mapping()
/openbsd/src/gnu/llvm/lld/MachO/
DWriter.cpp112 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
/openbsd/src/gnu/llvm/llvm/lib/Object/
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/
DMachODump.cpp9294 outs() << " weak_bind_size " << dc.weak_bind_size; in PrintDyldInfoLoadCommand()
9296 big_size += dc.weak_bind_size; in PrintDyldInfoLoadCommand()