Home
last modified time | relevance | path

Searched defs:app_img (Results 1 – 4 of 4) sorted by relevance

/trusty/kernel/lib/backtrace/
Dsymbolize.c50 struct trusty_app_img* app_img) { in range_within_app_img()
84 struct trusty_app_img* app_img = &app->app_img; in trusty_app_symbolize() local
/trusty/kernel/lib/trusty/
Dtrusty_app.c701 struct trusty_app_img* app_img; in get_app_manifest_config_data() local
801 const struct trusty_app_img* app_img = &trusty_app->app_img; in load_app_elf_options() local
1521 static status_t trusty_app_create(struct trusty_app_img* app_img, in trusty_app_create()
1617 status_t trusty_app_create_and_start(struct trusty_app_img* app_img, in trusty_app_create_and_start()
2081 struct trusty_app_img app_img; in trusty_app_init() local
/trusty/kernel/services/apploader/
Dapploader_service.c243 struct trusty_app_img* app_img = calloc(1, sizeof(struct trusty_app_img)); in apploader_service_handle_cmd_load_application() local
/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h162 struct trusty_app_img app_img; member