Searched refs:NStrx (Results 1 – 2 of 2) sorted by relevance
332 uint32_t NStrx = 0; in darwinPrintSymbol() local368 NStrx = STE_64.n_strx; in darwinPrintSymbol()374 NStrx = 0; in darwinPrintSymbol()386 NStrx = STE.n_strx; in darwinPrintSymbol()392 NStrx = 0; in darwinPrintSymbol()401 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
1705 uint32_t NStrx = 0; in checkSymbolTable() local1716 NStrx = STE_64.n_strx; in checkSymbolTable()1723 NStrx = STE.n_strx; in checkSymbolTable()1751 if (NStrx >= S.strsize) in checkSymbolTable()1752 return malformedError("bad string table index: " + Twine((int)NStrx) + in checkSymbolTable()