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

References

tools/llvm-objcopy/MachO/MachOReader.cpp
  182   SE.n_type = nlist.n_type;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  262   ListEntry.n_type = SE.n_type;
tools/llvm-objcopy/MachO/Object.h
   97     return n_type & ((MachO::N_EXT | MachO::N_PEXT));
  103     return (n_type & MachO::N_TYPE) == MachO::N_UNDF;