image_params
__elfN(check_note)(struct image_params *imgp, Elf_Brandnote *checknote,
check_PT_NOTE(struct image_params *imgp, Elf_Brandnote *checknote,
extract_interpreter(struct image_params *imgp, const Elf_Phdr *pinterpreter,
struct image_params image_params;
struct image_params *imgp;
imgp = &tempdata->image_params;
__elfN(get_brandinfo)(struct image_params *imgp, const char *interp,
__CONCAT(exec_,__elfN(imgact))(struct image_params *imgp)
static Elf_Brandinfo *__elfN(get_brandinfo)(struct image_params *imgp,
static int __CONCAT(exec_, __elfN(imgact))(struct image_params *imgp);
__elfN(dragonfly_fixup)(register_t **stack_base, struct image_params *imgp)
static boolean_t __elfN(check_note)(struct image_params *imgp,
static boolean_t check_PT_NOTE(struct image_params *imgp,
static boolean_t extract_interpreter(struct image_params *imgp,
exec_resident_imgact(struct image_params *imgp)
exec_shell_imgact(struct image_params *imgp)
exec_copyout_strings(struct image_params *imgp)
exec_check_permissions(struct image_params *imgp, struct mount *topmnt)
struct image_params image_params, *imgp;
int (*img_first) (struct image_params *);
imgp = &image_params;
exec_map_page(struct image_params *imgp, vm_pindex_t pageno,
static register_t *exec_copyout_strings(struct image_params *);
exec_map_first_page(struct image_params *imgp)
exec_unmap_first_page(struct image_params *imgp)
exec_new_vmspace(struct image_params *imgp, struct vmspace *vmcopy)
struct image_params;
typedef void (*execlist_fn)(void *, struct image_params *);
struct image_params;
int (*ex_imgact) (struct image_params *);
int exec_map_page(struct image_params *, vm_pindex_t, struct lwbuf **,
int exec_map_first_page (struct image_params *);
void exec_unmap_first_page (struct image_params *);
int exec_resident_imgact (struct image_params *);
int exec_check_permissions (struct image_params *, struct mount *);
int exec_new_vmspace (struct image_params *, struct vmspace *vmres);
int exec_shell_imgact (struct image_params *);
int __elfN(dragonfly_fixup) (register_t **, struct image_params *);
struct image_params;
int (*sv_fixup) (register_t **, struct image_params *);
int (*sv_imgact_try) (struct image_params *);