Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOWriter.cpp58 if (DyLdInfoCommand.rebase_off) { in totalSize()
61 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size); in totalSize()
323 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo()
603 if (DyLdInfoCommand.rebase_off) in writeTail()
605 {DyLdInfoCommand.rebase_off, &MachOWriter::writeRebaseInfo}); in writeTail()
HDMachOLayoutBuilder.cpp396 MLC.dyld_info_command_data.rebase_off = in layoutTail()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h877 uint32_t rebase_off; member
1250 sys::swapByteOrder(info.rebase_off); in swapStruct()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOYAML.cpp306 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
HDMachOEmitter.cpp513 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp658 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand()
662 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand()
669 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand()
4919 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDWriter.cpp102 c->rebase_off = rebaseSection->fileOff; in writeTo()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp8966 outs() << " rebase_off " << dc.rebase_off; in PrintDyldInfoLoadCommand()
8967 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
8973 big_size = dc.rebase_off; in PrintDyldInfoLoadCommand()