Searched refs:strLabel (Results 1 – 1 of 1) sorted by relevance
314 const Symbol& strLabel = f->localSymbols[0]; in TEST() local315 EXPECT_EQ(strLabel.type, N_SECT); in TEST()316 EXPECT_EQ(strLabel.sect, 2); in TEST()317 EXPECT_EQ(strLabel.value, Hex64(0x2D)); in TEST()