Searched refs:NDesc (Results 1 – 2 of 2) sorted by relevance
237 uint16_t NDesc; member309 uint16_t NDesc = 0; in darwinPrintSymbol() local334 NDesc |= MachO::N_WEAK_DEF; in darwinPrintSymbol()345 NDesc = STE_64.n_desc; in darwinPrintSymbol()351 NDesc = S.NDesc; in darwinPrintSymbol()363 NDesc = STE.n_desc; in darwinPrintSymbol()369 NDesc = S.NDesc; in darwinPrintSymbol()379 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()409 if (MachO::GET_COMM_ALIGN(NDesc) != 0) in darwinPrintSymbol()410 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") "; in darwinPrintSymbol()[all …]
1711 uint16_t NDesc = 0; in checkSymbolTable() local1722 NDesc = STE_64.n_desc; in checkSymbolTable()1729 NDesc = STE.n_desc; in checkSymbolTable()1748 uint32_t LibraryOrdinal = MachO::GET_LIBRARY_ORDINAL(NDesc); in checkSymbolTable()