Searched refs:bind_off (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.cpp | 63 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 D | MachOLayoutBuilder.cpp | 398 MLC.dyld_info_command_data.bind_off = in layoutTail()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | mach_o.py | 1364 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 D | MachO.h | 883 uint32_t bind_off; member 1251 sys::swapByteOrder(info.bind_off); in swapStruct()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 514 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
|
| H A D | MachOYAML.cpp | 307 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 668 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 D | Writer.cpp | 107 c->bind_off = bindingSection->fileOff; in writeTo()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 9277 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()
|