Lines Matching refs:asan_test_ctx
51 static void asan_test_cleanup(struct asan_test_ctx *ctx) in asan_test_cleanup()
61 void asan_test_stack(struct asan_test_ctx *ctx) in asan_test_stack()
68 void asan_test_global_stat(struct asan_test_ctx *ctx) in asan_test_global_stat()
74 void asan_test_global_ro(struct asan_test_ctx *ctx) in asan_test_global_ro()
80 void asan_test_global(struct asan_test_ctx *ctx) in asan_test_global()
86 void asan_test_malloc(struct asan_test_ctx *ctx) in asan_test_malloc()
95 void asan_test_malloc2(struct asan_test_ctx *ctx) in asan_test_malloc2()
110 void asan_test_use_after_free(struct asan_test_ctx *ctx) in asan_test_use_after_free()
120 void asan_test_memcpy_dst(struct asan_test_ctx *ctx) in asan_test_memcpy_dst()
128 void asan_test_memcpy_src(struct asan_test_ctx *ctx) in asan_test_memcpy_src()
136 void asan_test_memset(struct asan_test_ctx *ctx) in asan_test_memset()
148 void asan_test_init(struct asan_test_ctx *ctx) in asan_test_init()
160 void asan_test_deinit(struct asan_test_ctx *ctx) in asan_test_deinit()
166 int asan_call_test(struct asan_test_ctx *ctx, in asan_call_test()
167 void (*test)(struct asan_test_ctx *ctx), in asan_call_test()