Searched refs:NStrx (Results 1 – 2 of 2) sorted by relevance
312 uint32_t NStrx = 0; in darwinPrintSymbol() local348 NStrx = STE_64.n_strx; in darwinPrintSymbol()354 NStrx = 0; in darwinPrintSymbol()366 NStrx = STE.n_strx; in darwinPrintSymbol()372 NStrx = 0; in darwinPrintSymbol()381 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
1713 uint32_t NStrx = 0; in checkSymbolTable() local1724 NStrx = STE_64.n_strx; in checkSymbolTable()1731 NStrx = STE.n_strx; in checkSymbolTable()1759 if (NStrx >= S.strsize) in checkSymbolTable()1760 return malformedError("bad string table index: " + Twine((int)NStrx) + in checkSymbolTable()