reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
371 NType |= MachO::N_EXT; 373 NType |= MachO::N_PEXT; 375 NType |= MachO::N_EXT | MachO::N_UNDF; 380 NType |= MachO::N_SECT; 398 NType = STE_64.n_type; 404 NType = S.NType; 416 NType = STE.n_type; 422 NType = S.NType; 434 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' 436 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { 453 if ((NType & MachO::N_TYPE) == MachO::N_INDR) 455 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) 460 switch (NType & MachO::N_TYPE) { 467 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) 534 if (NType & MachO::N_EXT) { 537 if (NType & MachO::N_PEXT) { 554 if (NType & MachO::N_PEXT) 563 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && 566 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) 568 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) 575 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { 592 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || 593 (NType & MachO::N_TYPE) == MachO::N_PBUD)) {