Home | History | Annotate | Download | only in JIT

Lines Matching refs:fa

167   intptr_t fa = (intptr_t)&getPointerToNamedFunction;
168 EXPECT_TRUE(fa != 0);
172 if (sa != fa && memcmp((char *)fa, "\xFF\x25", 2) == 0) {
173 fa = *(intptr_t *)(fa + 2); // Address to IAT
174 EXPECT_TRUE(fa != 0);
175 fa = *(intptr_t *)fa; // Bound value of IAT
181 if (sa != fa && memcmp((char *)fa, "\xFF\x25", 2) == 0) {
182 fa += *(int32_t *)(fa + 2) + 6; // Address to IAT(RIP)
183 fa = *(intptr_t *)fa; // Bound value of IAT
186 EXPECT_TRUE(sa == fa);