Searched refs:NStrx (Results 1 – 2 of 2) sorted by relevance
394 uint32_t NStrx = 0; in darwinPrintSymbol() local430 NStrx = STE_64.n_strx; in darwinPrintSymbol()436 NStrx = 0; in darwinPrintSymbol()448 NStrx = STE.n_strx; in darwinPrintSymbol()454 NStrx = 0; in darwinPrintSymbol()463 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
1693 uint32_t NStrx = 0; in checkSymbolTable() local1704 NStrx = STE_64.n_strx; in checkSymbolTable()1711 NStrx = STE.n_strx; in checkSymbolTable()1739 if (NStrx >= S.strsize) in checkSymbolTable()1740 return malformedError("bad string table index: " + Twine((int)NStrx) + in checkSymbolTable()