Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/include/
H A Dforkserver.h92 } nyx_plugin_handler_t; typedef
95 nyx_plugin_handler_t *afl_load_libnyx_plugin(u8 *libnyx_binary);
192 nyx_plugin_handler_t *nyx_handlers;
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-forkserver.c57 nyx_plugin_handler_t *afl_load_libnyx_plugin(u8 *libnyx_binary) { in afl_load_libnyx_plugin()
60 nyx_plugin_handler_t *plugin = calloc(1, sizeof(nyx_plugin_handler_t)); in afl_load_libnyx_plugin()