Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDMachOWriter.cpp53 if (DyLdInfoCommand.rebase_off) { in totalSize()
56 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size); in totalSize()
312 char *Out = (char *)B.getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo()
427 if (DyLdInfoCommand.rebase_off) in writeTail()
429 {DyLdInfoCommand.rebase_off, &MachOWriter::writeRebaseInfo}); in writeTail()
HDMachOLayoutBuilder.cpp301 MLC.dyld_info_command_data.rebase_off = in layoutTail()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOEmitter.cpp405 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
HDMachOYAML.cpp264 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h860 uint32_t rebase_off; member
1112 sys::swapByteOrder(info.rebase_off); in swapStruct()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp650 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand()
654 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand()
661 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand()
4545 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachONormalizedFileBinaryWriter.cpp855 di->rebase_off = _rebaseInfo.size() ? _startOfRebaseInfo : 0; in writeLoadCommands()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp8947 outs() << " rebase_off " << dc.rebase_off; in PrintDyldInfoLoadCommand()
8948 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
8954 big_size = dc.rebase_off; in PrintDyldInfoLoadCommand()