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

References

include/llvm/BinaryFormat/MachO.h
 1103   sys::swapByteOrder(sect.nreloc);
lib/Object/MachOObjectFile.cpp
  361       BigSize = s.nreloc;
  370       if (Error Err = checkOverlappingElement(Elements, s.reloff, s.nreloc *
 2068     Num = Sect.nreloc;
lib/ObjectYAML/MachOEmitter.cpp
  100   TempSec.nreloc = Sec.nreloc;
lib/ObjectYAML/MachOYAML.cpp
  450   IO.mapRequired("nreloc", Section.nreloc);
tools/dsymutil/MachOUtils.cpp
  275     Sect.offset = Sect.reloff = Sect.nreloc = 0;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  356                             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
 1096         if (Sec.nreloc != 0) {
 1102                    << format(") %u entries", Sec.nreloc);
 1105                    << format("%u entries", Sec.nreloc);
10078                      S.reloff, S.nreloc, S.flags, S.reserved1, S.reserved2,
tools/llvm-readobj/MachODumper.cpp
  341     Section.NumRelocationTableEntries = Sect.nreloc;
tools/obj2yaml/macho2yaml.cpp
   75   TempSec.nreloc = Sec.nreloc;