Searched refs:printfLabel (Results 1 – 1 of 1) sorted by relevance
326 const Symbol& printfLabel = f->undefinedSymbols[0]; in TEST() local327 EXPECT_TRUE(printfLabel.name.equals("_printf")); in TEST()328 EXPECT_EQ(printfLabel.type, N_UNDF); in TEST()329 EXPECT_EQ(printfLabel.scope, SymbolScope(N_EXT)); in TEST()457 const Symbol& printfLabel = f->undefinedSymbols[0]; in TEST() local458 EXPECT_TRUE(printfLabel.name.equals("_printf")); in TEST()459 EXPECT_EQ(printfLabel.type, N_UNDF); in TEST()460 EXPECT_EQ(printfLabel.scope, SymbolScope(N_EXT)); in TEST()598 const Symbol& printfLabel = f->undefinedSymbols[0]; in TEST() local599 EXPECT_TRUE(printfLabel.name.equals("_printf")); in TEST()[all …]