Lines Matching refs:NDesc

311   uint16_t NDesc;  member
381 uint16_t NDesc = 0; in darwinPrintSymbol() local
406 NDesc |= MachO::N_WEAK_DEF; in darwinPrintSymbol()
417 NDesc = STE_64.n_desc; in darwinPrintSymbol()
423 NDesc = S.NDesc; in darwinPrintSymbol()
435 NDesc = STE.n_desc; in darwinPrintSymbol()
441 NDesc = S.NDesc; in darwinPrintSymbol()
451 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
481 if (MachO::GET_COMM_ALIGN(NDesc) != 0) in darwinPrintSymbol()
482 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") "; in darwinPrintSymbol()
488 if ((NDesc & MachO::REFERENCE_TYPE) == in darwinPrintSymbol()
491 else if ((NDesc & MachO::REFERENCE_TYPE) == in darwinPrintSymbol()
494 else if ((NDesc & MachO::REFERENCE_TYPE) == in darwinPrintSymbol()
552 if (NDesc & MachO::REFERENCED_DYNAMICALLY) in darwinPrintSymbol()
555 if ((NDesc & MachO::N_WEAK_DEF) == MachO::N_WEAK_DEF) in darwinPrintSymbol()
560 if ((NDesc & MachO::N_WEAK_REF) == MachO::N_WEAK_REF || in darwinPrintSymbol()
561 (NDesc & MachO::N_WEAK_DEF) == MachO::N_WEAK_DEF) { in darwinPrintSymbol()
562 if ((NDesc & (MachO::N_WEAK_REF | MachO::N_WEAK_DEF)) == in darwinPrintSymbol()
578 if (NDesc & MachO::N_NO_DEAD_STRIP) in darwinPrintSymbol()
581 NDesc & MachO::N_SYMBOL_RESOLVER) in darwinPrintSymbol()
583 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) in darwinPrintSymbol()
585 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol()
589 if ((NDesc & MachO::N_ARM_THUMB_DEF) == MachO::N_ARM_THUMB_DEF) in darwinPrintSymbol()
611 uint32_t LibraryOrdinal = MachO::GET_LIBRARY_ORDINAL(NDesc); in darwinPrintSymbol()
684 uint16_t NDesc; in darwinPrintStab() local
690 NDesc = STE_64.n_desc; in darwinPrintStab()
695 NDesc = STE.n_desc; in darwinPrintStab()
698 outs() << format(" %02x %04x ", NSect, NDesc); in darwinPrintStab()
1290 S.NDesc = 0; in dumpSymbolsFromDLInfoMachO()
1299 S.NDesc |= MachO::N_WEAK_DEF; in dumpSymbolsFromDLInfoMachO()
1313 S.NDesc |= MachO::N_ARM_THUMB_DEF; in dumpSymbolsFromDLInfoMachO()
1337 S.NDesc |= MachO::REFERENCED_DYNAMICALLY; in dumpSymbolsFromDLInfoMachO()
1386 U.NDesc = 0; in dumpSymbolsFromDLInfoMachO()
1389 MachO::SET_LIBRARY_ORDINAL(U.NDesc, Entry.other()); in dumpSymbolsFromDLInfoMachO()
1446 B.NDesc = 0; in dumpSymbolsFromDLInfoMachO()
1447 MachO::SET_LIBRARY_ORDINAL(B.NDesc, Entry.ordinal()); in dumpSymbolsFromDLInfoMachO()
1506 L.NDesc = MachO::REFERENCE_FLAG_UNDEFINED_LAZY; in dumpSymbolsFromDLInfoMachO()
1507 MachO::SET_LIBRARY_ORDINAL(L.NDesc, Entry.ordinal()); in dumpSymbolsFromDLInfoMachO()
1568 W.NDesc = MachO::N_WEAK_DEF; in dumpSymbolsFromDLInfoMachO()
1579 SymbolList[J].NDesc |= MachO::N_WEAK_DEF; in dumpSymbolsFromDLInfoMachO()
1663 F.NDesc = 0; in dumpSymbolsFromDLInfoMachO()