|
VSF Documented
|
#include <vsf_cfg.h>
Data Fields | |
| void * | target |
| int(* | fn_init )(void *) |
| void(* | fn_fini )(void *) |
| void *(* | fn_remap )(vsf_applet_ctx_t *ctx, void *vaddr) |
| int | argc |
| char ** | argv |
| char ** | envp |
| void * | vplt |
| void* vsf_applet_ctx_t::target |
| int(* vsf_applet_ctx_t::fn_init) (void *) |
| void(* vsf_applet_ctx_t::fn_fini) (void *) |
| void *(* vsf_applet_ctx_t::fn_remap) (vsf_applet_ctx_t *ctx, void *vaddr) |
| int vsf_applet_ctx_t::argc |
| char** vsf_applet_ctx_t::argv |
| char** vsf_applet_ctx_t::envp |
| void* vsf_applet_ctx_t::vplt |