Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp57 if (DyLdInfoCommand.bind_off) { in totalSize()
60 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()
355 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo()
465 if (DyLdInfoCommand.bind_off) in writeTail()
466 Queue.push_back({DyLdInfoCommand.bind_off, &MachOWriter::writeBindInfo}); in writeTail()
DMachOLayoutBuilder.cpp340 MLC.dyld_info_command_data.bind_off = in layoutTail()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DMachOEmitter.cpp463 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
DMachOYAML.cpp268 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h870 uint32_t bind_off; member
1117 sys::swapByteOrder(info.bind_off); in swapStruct()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp664 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand()
668 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand()
675 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand()
4576 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DWriter.cpp104 c->bind_off = bindingSection->fileOff; in writeTo()
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp857 di->bind_off = _bindingInfo.size() ? _startOfBindingInfo : 0; in writeLoadCommands()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8982 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()
8983 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
8988 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()