Home
last modified time | relevance | path

Searched defs:user_elf (Results 1 – 5 of 5) sorted by relevance

/base/tee/tee_os_kernel/user/system-services/system-servers/procmgr/
Dsrvmgr.c82 badge_t parent_badge, struct user_elf *user_elf, in do_launch_process()
201 struct user_elf *user_elf = NULL; in procmgr_launch_process() local
253 struct user_elf *user_elf; in procmgr_launch_basic_server() local
/base/tee/tee_os_kernel/user/system-services/system-servers/procmgr/include/
Dlibchcoreelf.h214 struct user_elf { struct
217 struct user_elf_seg *user_elf_segs; argument
223 * @brief free all resources used by an user_elf struct, including memory and pmos argument
Dliblaunch.h50 struct user_elf *user_elf; member
/base/tee/tee_os_kernel/user/system-services/system-servers/procmgr/libs/libchcoreelf/
Dlibchcoreelf.c319 void free_user_elf(struct user_elf *user_elf) in free_user_elf()
553 struct user_elf **user_elf) in __load_elf_into_pmos()
/base/tee/tee_os_kernel/user/system-services/system-servers/procmgr/libs/liblaunch/
Dliblaunch.c276 struct user_elf *user_elf = lp_args->user_elf; in launch_process_with_pmos_caps() local