Searched refs:NStrx (Results 1 – 2 of 2) sorted by relevance
339 uint32_t NStrx = 0; in darwinPrintSymbol() local375 NStrx = STE_64.n_strx; in darwinPrintSymbol()381 NStrx = 0; in darwinPrintSymbol()393 NStrx = STE.n_strx; in darwinPrintSymbol()399 NStrx = 0; in darwinPrintSymbol()416 format("%08x", NStrx).print(Str, sizeof(Str)); in darwinPrintSymbol()
1645 uint32_t NStrx = 0; in checkSymbolTable() local1656 NStrx = STE_64.n_strx; in checkSymbolTable()1664 NStrx = STE.n_strx; in checkSymbolTable()1692 if (NStrx >= S.strsize) in checkSymbolTable()1693 return malformedError("bad string table index: " + Twine((int)NStrx) + in checkSymbolTable()