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.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.cpp399 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.cpp515 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
H A DMachOYAML.cpp308 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp673 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand()
677 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand()
684 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand()
4929 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp107 c->bind_off = bindingSection->fileOff; in writeTo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8867 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()
8868 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
8873 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()