Lines Matching refs:name
64 const char* name = "Hello MCLinker"; in TEST_F() local
74 name, isDyn, type, desc, binding, size, other, NULL, result1); in TEST_F()
76 EXPECT_NE(name, result1.info->name()); in TEST_F()
77 EXPECT_STREQ(name, result1.info->name()); in TEST_F()
87 name, isDyn, type, desc, binding, size, other, NULL, result2); in TEST_F()
89 EXPECT_NE(name, result1.info->name()); in TEST_F()
90 EXPECT_STREQ(name, result1.info->name()); in TEST_F()
102 const char* name = "Hello MCLinker"; in TEST_F() local
111 name, isDyn, type, desc, binding, size, other, NULL, result1); in TEST_F()
113 EXPECT_NE(name, result1.info->name()); in TEST_F()
114 EXPECT_STREQ(name, result1.info->name()); in TEST_F()
124 name, isDyn, type, desc, binding, size, other, NULL, result2); in TEST_F()
143 const char* name = "Hello MCLinker"; in TEST_F() local
152 const char* result1 = m_pTestee->insertString(name); in TEST_F()
154 name, isDyn, type, binding, section, value, size, other); in TEST_F()
156 EXPECT_STREQ(name, sym->name()); in TEST_F()
157 EXPECT_EQ(result1, sym->name()); in TEST_F()
169 char name[16]; in TEST_F() local
177 strcpy(name, "Hello MCLinker"); in TEST_F()
180 name[0] = i; in TEST_F()
182 name[1] = j; in TEST_F()
184 name, isDyn, type, binding, section, value, size, other); in TEST_F()
186 ASSERT_STREQ(name, syms[i][j]->name()); in TEST_F()
190 name[0] = i; in TEST_F()
192 name[1] = j; in TEST_F()
194 name, isDyn, type, binding, section, value, size, other); in TEST_F()
199 name[0] = i; in TEST_F()
201 name[1] = j; in TEST_F()
203 name, isDyn, type, binding, section, value, size, other); in TEST_F()