Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dasan.c218 #define DEFINE_ASAN_FUNC(type, size) \ macro
229 DEFINE_ASAN_FUNC(load, 1)
230 DEFINE_ASAN_FUNC(load, 2)
231 DEFINE_ASAN_FUNC(load, 4)
232 DEFINE_ASAN_FUNC(load, 8)
233 DEFINE_ASAN_FUNC(load, 16)
234 DEFINE_ASAN_FUNC(store, 1)
235 DEFINE_ASAN_FUNC(store, 2)
236 DEFINE_ASAN_FUNC(store, 4)
237 DEFINE_ASAN_FUNC(store, 8)
[all …]

Completed in 3 milliseconds