Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgwp_asan_wrappers.cpp60 bool gwp_asan_initialize(const MallocDispatch* dispatch, bool*, const char*) { in gwp_asan_initialize() argument
61 prev_dispatch = dispatch; in gwp_asan_initialize()
277 bool DispatchIsGwpAsan(const MallocDispatch* dispatch) { in DispatchIsGwpAsan() argument
278 return dispatch == &gwp_asan_dispatch; in DispatchIsGwpAsan()
Dgwp_asan_wrappers.h44 bool DispatchIsGwpAsan(const MallocDispatch* dispatch);
/bionic/libc/
DSYSCALLS.TXT20 # been provided, allows the user to specify dispatch style syscalls.