Home | History | Annotate | Download | only in JIT

Lines Matching defs:fa

166   intptr_t fa = (intptr_t)&getPointerToNamedFunction;
167 EXPECT_TRUE(fa != 0);
171 if (sa != fa && memcmp((char *)fa, "\xFF\x25", 2) == 0) {
172 fa = *(intptr_t *)(fa + 2); // Address to IAT
173 EXPECT_TRUE(fa != 0);
174 fa = *(intptr_t *)fa; // Bound value of IAT
177 EXPECT_TRUE(sa == fa);