reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
389 NDesc |= MachO::N_WEAK_DEF; 400 NDesc = STE_64.n_desc; 406 NDesc = S.NDesc; 418 NDesc = STE.n_desc; 424 NDesc = S.NDesc; 434 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' 464 if (MachO::GET_COMM_ALIGN(NDesc) != 0) 465 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") "; 471 if ((NDesc & MachO::REFERENCE_TYPE) == 474 else if ((NDesc & MachO::REFERENCE_TYPE) == 477 else if ((NDesc & MachO::REFERENCE_TYPE) == 535 if (NDesc & MachO::REFERENCED_DYNAMICALLY) 538 if ((NDesc & MachO::N_WEAK_DEF) == MachO::N_WEAK_DEF) 543 if ((NDesc & MachO::N_WEAK_REF) == MachO::N_WEAK_REF || 544 (NDesc & MachO::N_WEAK_DEF) == MachO::N_WEAK_DEF) { 545 if ((NDesc & (MachO::N_WEAK_REF | MachO::N_WEAK_DEF)) == 561 if (NDesc & MachO::N_NO_DEAD_STRIP) 564 NDesc & MachO::N_SYMBOL_RESOLVER) 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) 572 if ((NDesc & MachO::N_ARM_THUMB_DEF) == MachO::N_ARM_THUMB_DEF) 594 uint32_t LibraryOrdinal = MachO::GET_LIBRARY_ORDINAL(NDesc);