Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H A Dmisc.c678 void (*write_func)(char *buf, size_t pos, char value); member
747 ctx->write_func(buf, ASAN_TEST_BUF_SIZE, ctx->write_value); in asan_stack()
753 ctx->write_func(asan_test_sgbuf, ASAN_TEST_BUF_SIZE, in asan_global_stat()
765 ctx->write_func(asan_test_gbuf, ASAN_TEST_BUF_SIZE, in asan_global()
774 ctx->write_func(ctx->pmalloc1, ASAN_TEST_BUF_SIZE, in asan_malloc()
790 ctx->write_func(p, aligned_size, ctx->write_value); in asan_malloc2()
799 ctx->write_func(a, 0, ctx->write_value); in asan_use_after_free()
833 ctx.write_func = asan_out_of_bounds_write; in self_test_asan()