Searched defs:app_img (Results 1 – 4 of 4) sorted by relevance
50 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
701 struct trusty_app_img* app_img; in get_app_manifest_config_data() local801 const struct trusty_app_img* app_img = &trusty_app->app_img; in load_app_elf_options() local1521 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
243 struct trusty_app_img* app_img = calloc(1, sizeof(struct trusty_app_img)); in apploader_service_handle_cmd_load_application() local
162 struct trusty_app_img app_img; member