Home
last modified time | relevance | path

Searched refs:write_func (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dasan_test.c65 ctx->write_func(buf, ASAN_TEST_BUF_SIZE, ctx->write_value); in asan_test_stack()
70 ctx->write_func(asan_test_sgbuf, ASAN_TEST_BUF_SIZE, in asan_test_global_stat()
82 ctx->write_func(asan_test_gbuf, ASAN_TEST_BUF_SIZE, in asan_test_global()
91 ctx->write_func(ctx->pmalloc1, ASAN_TEST_BUF_SIZE, in asan_test_malloc()
107 ctx->write_func(p, aligned_size, ctx->write_value); in asan_test_malloc2()
116 ctx->write_func(a, 0, ctx->write_value); in asan_test_use_after_free()
151 ctx->write_func = asan_out_of_bounds_write; in asan_test_init()
/optee_os/lib/libutils/ext/include/
H A Dasan_test.h18 void (*write_func)(char *buf, size_t pos, char value); member