Home
last modified time | relevance | path

Searched defs:asan_global (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/kernel/
H A Dasan.c31 struct asan_global { struct
32 uintptr_t beg;
33 uintptr_t size;
34 uintptr_t size_with_redzone;
35 const char *name;
36 const char *module_name;
37 uintptr_t has_dynamic_init;
38 struct asan_source_location *location;
40 uintptr_t odr_indicator;
/optee_os/core/pta/tests/
H A Dmisc.c763 static void asan_global(struct asan_test_ctx *ctx) in asan_global() function