Home
last modified time | relevance | path

Searched refs:asan_test_ctx (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dasan_test.h14 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);
[all …]
/optee_os/lib/libutils/ext/
H A Dasan_test.c51 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()
[all …]
/optee_os/core/pta/tests/
H A Dmisc.c669 struct asan_test_ctx ctx = {0}; in self_test_asan()