Searched refs:NStrx (Results 1 – 2 of 2) sorted by relevance
325 uint32_t NStrx = 0; in darwinPrintSymbol() local361 NStrx = STE_64.n_strx; in darwinPrintSymbol()367 NStrx = 0; in darwinPrintSymbol()379 NStrx = STE.n_strx; in darwinPrintSymbol()385 NStrx = 0; in darwinPrintSymbol()394 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
1700 uint32_t NStrx = 0; in checkSymbolTable() local1711 NStrx = STE_64.n_strx; in checkSymbolTable()1718 NStrx = STE.n_strx; in checkSymbolTable()1746 if (NStrx >= S.strsize) in checkSymbolTable()1747 return malformedError("bad string table index: " + Twine((int)NStrx) + in checkSymbolTable()