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

References

include/llvm/BinaryFormat/MachO.h
 1091   sys::swapByteOrder(sect.nreloc);
lib/Object/MachOObjectFile.cpp
  361       BigSize = s.nreloc;
  370       if (Error Err = checkOverlappingElement(Elements, s.reloff, s.nreloc *
 2065     Num = Sect.nreloc;
lib/ObjectYAML/MachOEmitter.cpp
  100   TempSec.nreloc = Sec.nreloc;
lib/ObjectYAML/MachOYAML.cpp
  465   IO.mapRequired("nreloc", Section.nreloc);
tools/dsymutil/MachOUtils.cpp
  275     Sect.offset = Sect.reloff = Sect.nreloc = 0;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  312                             read32(&sect->nreloc, isBig));
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  656     sout->nreloc = sin.relocations.size();
  726       sect->nreloc    = 0;
tools/llvm-objcopy/MachO/MachOReader.cpp
   44   S.NReloc = Sec.nreloc;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  218   Temp.nreloc = Sec.NReloc;
tools/llvm-objdump/MachODump.cpp
 1076         if (Sec.nreloc != 0) {
 1082                    << format(") %u entries", Sec.nreloc);
 1085                    << format("%u entries", Sec.nreloc);
10091                      S_64.offset, S_64.align, S_64.reloff, S_64.nreloc,
tools/llvm-readobj/MachODumper.cpp
  353   Section.NumRelocationTableEntries = Sect.nreloc;
tools/obj2yaml/macho2yaml.cpp
   75   TempSec.nreloc = Sec.nreloc;