reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
 1112   sys::swapByteOrder(info.rebase_off);
lib/Object/MachOObjectFile.cpp
  646   if (DyldInfo.rebase_off > FileSize)
  650   uint64_t BigSize = DyldInfo.rebase_off;
  657   if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off,
 4541       reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off));
lib/ObjectYAML/MachOEmitter.cpp
  405       WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off,
lib/ObjectYAML/MachOYAML.cpp
  264   IO.mapRequired("rebase_off", LoadCommand.rebase_off);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  855     di->rebase_off     = _rebaseInfo.size() ? _startOfRebaseInfo : 0;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2108       if (m_data.GetU32(&offset, &dyld_info.rebase_off, 10)) {
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  299       MLC.dyld_info_command_data.rebase_off =
tools/llvm-objcopy/MachO/MachOWriter.cpp
   53     if (DyLdInfoCommand.rebase_off) {
   56       Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size);
  310   char *Out = (char *)B.getBufferStart() + DyLdInfoCommand.rebase_off;
  422     if (DyLdInfoCommand.rebase_off)
  424           {DyLdInfoCommand.rebase_off, &MachOWriter::writeRebaseInfo});
tools/llvm-objdump/MachODump.cpp
 8954   outs() << "     rebase_off " << dc.rebase_off;
 8955   if (dc.rebase_off > object_size)
 8961   big_size = dc.rebase_off;