Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp62 if (DyLdInfoCommand.bind_off) { in totalSize()
65 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()
334 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo()
605 if (DyLdInfoCommand.bind_off) in writeTail()
606 Queue.push_back({DyLdInfoCommand.bind_off, &MachOWriter::writeBindInfo}); in writeTail()
H A DMachOLayoutBuilder.cpp396 MLC.dyld_info_command_data.bind_off = in layoutTail()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h879 uint32_t bind_off; member
1252 sys::swapByteOrder(info.bind_off); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp513 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
H A DMachOYAML.cpp306 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp674 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand()
678 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand()
685 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand()
4932 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp105 c->bind_off = bindingSection->fileOff; in writeTo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8998 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()
8999 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
9004 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()