Home
last modified time | relevance | path

Searched refs:lazy_bind_off (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/lldb/examples/python/
Dmach_o.py1368 self.lazy_bind_off = 0
1375 …nd_off, self.bind_size, self.weak_bind_off, self.weak_bind_size, self.lazy_bind_off, self.lazy_bin…
1387 self.lazy_bind_off, self.lazy_bind_size)
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h887 uint32_t lazy_bind_off; member
1255 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DMachOEmitter.cpp518 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->lazy_bind_off, in writeLinkEditData()
DMachOYAML.cpp311 IO.mapRequired("lazy_bind_off", LoadCommand.lazy_bind_off); in mapping()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp698 if (DyldInfo.lazy_bind_off > FileSize) in checkDyldInfoCommand()
702 BigSize = DyldInfo.lazy_bind_off; in checkDyldInfoCommand()
709 if (Error Err = checkOverlappingElement(Elements, DyldInfo.lazy_bind_off, in checkDyldInfoCommand()
4945 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.lazy_bind_off)); in getDyldInfoLazyBindOpcodes()
/openbsd/src/gnu/llvm/lld/MachO/
DWriter.cpp115 c->lazy_bind_off = lazyBindingSection->fileOff; in writeTo()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp9301 outs() << " lazy_bind_off " << dc.lazy_bind_off; in PrintDyldInfoLoadCommand()
9302 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
9307 big_size = dc.lazy_bind_off; in PrintDyldInfoLoadCommand()