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

References

include/llvm/BinaryFormat/MachO.h
 1102   sys::swapByteOrder(sect.reloff);
lib/Object/MachOObjectFile.cpp
  357       if (s.reloff > FileSize)
  363       BigSize += s.reloff;
  370       if (Error Err = checkOverlappingElement(Elements, s.reloff, s.nreloc *
 4413       Offset = Sect.reloff;
lib/ObjectYAML/MachOEmitter.cpp
   99   TempSec.reloff = Sec.reloff;
lib/ObjectYAML/MachOYAML.cpp
  449   IO.mapRequired("reloff", Section.reloff);
tools/dsymutil/MachOUtils.cpp
  275     Sect.offset = Sect.reloff = Sect.nreloc = 0;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  355                             read32(&sect->reloff, isBig),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  655     sout->reloff = sin.relocations.empty() ? 0 : relOffset;
  725       sect->reloff    = 0;
tools/llvm-objcopy/MachO/MachOReader.cpp
   43   S.RelOff = Sec.reloff;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  217   Temp.reloff = Sec.RelOff;
tools/llvm-objdump/MachODump.cpp
10078                      S.reloff, S.nreloc, S.flags, S.reserved1, S.reserved2,
tools/llvm-readobj/MachODumper.cpp
  340     Section.RelocationTableOffset = Sect.reloff;
tools/obj2yaml/macho2yaml.cpp
   74   TempSec.reloff = Sec.reloff;