Lines Matching refs:asan_test_ctx
14 struct asan_test_ctx { struct
31 void asan_test_init(struct asan_test_ctx *ctx); argument
36 void asan_test_deinit(struct asan_test_ctx *ctx);
43 int asan_call_test(struct asan_test_ctx *ctx,
44 void (*test)(struct asan_test_ctx *ctx),
48 void asan_test_stack(struct asan_test_ctx *ctx);
49 void asan_test_global_stat(struct asan_test_ctx *ctx);
50 void asan_test_global_ro(struct asan_test_ctx *ctx);
51 void asan_test_global(struct asan_test_ctx *ctx);
52 void asan_test_malloc(struct asan_test_ctx *ctx);
53 void asan_test_malloc2(struct asan_test_ctx *ctx);
54 void asan_test_use_after_free(struct asan_test_ctx *ctx);
55 void asan_test_memcpy_dst(struct asan_test_ctx *ctx);
56 void asan_test_memcpy_src(struct asan_test_ctx *ctx);
57 void asan_test_memset(struct asan_test_ctx *ctx);