Home | History | Annotate | Download | only in tests

Lines Matching defs:in

266 // malloc() in the following test may be optimized to produce a compile-time
327 // We poison two bytes in the midle of a 4-byte word to make the test
1457 // because accesses in memmove will unpoisin the shadow.
2489 // Large aggregates are passed as "byval" pointer argument in LLVM.
2702 // Compute the path to our loadable DSO. We assume it's in the same
2720 // Having at least one dlopen'ed library in the process makes this more
2738 // We need to clear shadow for globals when doing dlopen. In order to test
2739 // this, we have to poison the shadow for the DSO before we load it. In
2740 // general this is difficult, but the loader tends to reload things in the
2759 // Regression test for a crash in dlopen() interceptor.
3044 struct in_addr in[2];
3045 int res = inet_aton(s, in);
3047 EXPECT_NOT_POISONED(in[0]);
3048 EXPECT_POISONED(*(char *)(in + 1));
4049 // equal and initialized in both left and right select arguments.
4120 // Allocate the page that was released to the OS in free() with the real mmap,