Home
last modified time | relevance | path

Searched refs:bind_off (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp63 if (DyLdInfoCommand.bind_off) { in totalSize()
66 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()
335 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo()
606 if (DyLdInfoCommand.bind_off) in writeTail()
607 Queue.push_back({DyLdInfoCommand.bind_off, &MachOWriter::writeBindInfo}); in writeTail()
H A DMachOLayoutBuilder.cpp398 MLC.dyld_info_command_data.bind_off = in layoutTail()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dmach_o.py1364 self.bind_off = 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.h883 uint32_t bind_off; member
1251 sys::swapByteOrder(info.bind_off); in swapStruct()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp514 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
H A DMachOYAML.cpp307 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp668 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand()
672 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand()
679 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand()
4917 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp107 c->bind_off = bindingSection->fileOff; in writeTo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9277 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()
9278 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
9283 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()