Searched refs:NStrx (Results 1 – 2 of 2) sorted by relevance
279 uint32_t NStrx = 0; in darwinPrintSymbol() local315 NStrx = STE_64.n_strx; in darwinPrintSymbol()321 NStrx = 0; in darwinPrintSymbol()333 NStrx = STE.n_strx; in darwinPrintSymbol()339 NStrx = 0; in darwinPrintSymbol()348 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
1692 uint32_t NStrx = 0; in checkSymbolTable() local1703 NStrx = STE_64.n_strx; in checkSymbolTable()1710 NStrx = STE.n_strx; in checkSymbolTable()1738 if (NStrx >= S.strsize) in checkSymbolTable()1739 return malformedError("bad string table index: " + Twine((int)NStrx) + in checkSymbolTable()