reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1694 NType = STE_64.n_type; 1701 NType = STE.n_type; 1707 if ((NType & MachO::N_STAB) == 0) { 1708 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { 1713 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { 1720 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || 1721 (NType & MachO::N_TYPE) == MachO::N_PBUD)) {