Home
last modified time | relevance | path

Searched defs:imgp (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-src/sys/kern/
H A Dimgact_aout.c164 aout_fixup(uintptr_t *stack_base, struct image_params *imgp) in aout_fixup()
174 exec_aout_imgact(struct image_params *imgp) in exec_aout_imgact()
H A Dkern_exec.c367 execve_nosetid(struct image_params * imgp) execve_nosetid() argument
389 struct image_params image_params, *imgp; do_execve() local
1047 exec_map_first_page(struct image_params * imgp) exec_map_first_page() argument
1079 exec_unmap_first_page(struct image_params * imgp) exec_unmap_first_page() argument
1124 exec_new_vmspace(struct image_params * imgp,struct sysentvec * sv) exec_new_vmspace() argument
1185 exec_map_stack(struct image_params * imgp) exec_map_stack() argument
1653 exec_copyout_strings(struct image_params * imgp,uintptr_t * stack_base) exec_copyout_strings() argument
1820 exec_check_permissions(struct image_params * imgp) exec_check_permissions() argument
[all...]
H A Dimgact_shell.c99 exec_shell_imgact(struct image_params *imgp) in exec_shell_imgact()
/freebsd-src/sys/arm64/arm64/
H A Delf32_machdep.c170 elf32_arm_abi_supported(const struct image_params *imgp, in elf32_arm_abi_supported()
273 freebsd32_setregs(struct thread *td, struct image_params *imgp, in freebsd32_setregs()
H A Delf_machdep.c351 arm64_exec_protect(struct image_params *imgp, int flags __unused) in arm64_exec_protect()
H A Dexec_machdep.c400 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() argument
/freebsd-src/sys/i386/linux/
H A Dimgact_linux.c58 exec_linux_imgact(struct image_params *imgp) in exec_linux_imgact()
H A Dlinux_sysvec.c121 linux_fixup(uintptr_t *stack_base, struct image_params *imgp) in linux_fixup()
142 linux32_arch_copyout_auxargs(struct image_params *imgp, Elf_Auxinfo **pos) in linux32_arch_copyout_auxargs()
565 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs()
661 linux_on_exec_vmspace(struct proc *p, struct image_params *imgp) in linux_on_exec_vmspace()
/freebsd-src/sys/arm64/linux/
H A Dlinux_sysvec.c153 linux64_arch_copyout_auxargs(struct image_params *imgp, Elf_Auxinfo **pos) in linux64_arch_copyout_auxargs()
166 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs()
468 linux_on_exec_vmspace(struct proc *p, struct image_params *imgp) in linux_on_exec_vmspace()
/freebsd-src/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c105 identify_error (struct image_params *imgp, struct thread *td, const char *msg) in identify_error()
259 mac_veriexec_fingerprint_check_image(struct image_params *imgp, in mac_veriexec_fingerprint_check_image()
/freebsd-src/sys/security/mac/
H A Dmac_process.c134 mac_execve_enter(struct image_params *imgp, struct mac *mac_p) in mac_execve_enter()
174 mac_execve_exit(struct image_params *imgp) in mac_execve_exit()
H A Dmac_vfs.c344 struct vnode *vp, struct label *interpvplabel, struct image_params *imgp) in mac_vnode_execve_transition()
355 struct label *interpvplabel, struct image_params *imgp) in mac_vnode_execve_will_transition()
476 struct image_params *imgp) in mac_vnode_check_exec()
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_sysvec.c135 linux32_arch_copyout_auxargs(struct image_params *imgp, Elf_Auxinfo **pos) in linux32_arch_copyout_auxargs()
570 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs()
617 linux_copyout_strings(struct image_params *imgp, uintptr_t *stack_base) in linux_copyout_strings()
821 linux_on_exec_vmspace(struct proc *p, struct image_params *imgp) in linux_on_exec_vmspace()
/freebsd-src/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c446 mac_grantbylabel_vnode_check_exec(struct ucred * cred __unused,struct vnode * vp __unused,struct label * label __unused,struct image_params * imgp,struct label * execlabel __unused) mac_grantbylabel_vnode_check_exec() argument
473 mac_grantbylabel_vnode_execve_will_transition(struct ucred * old,struct vnode * vp,struct label * vplabel,struct label * interpvplabel,struct image_params * imgp,struct label * execlabel) mac_grantbylabel_vnode_execve_will_transition() argument
/freebsd-src/sys/amd64/linux/
H A Dlinux_sysvec.c222 linux64_arch_copyout_auxargs(struct image_params *imgp, Elf_Auxinfo **pos) in linux64_arch_copyout_auxargs()
235 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs()
722 linux_on_exec_vmspace(struct proc *p, struct image_params *imgp) in linux_on_exec_vmspace()
/freebsd-src/sys/compat/linux/
H A Dlinux_vdso.c156 vm_offset_t size, struct image_params *imgp) in linux_map_vdso()
H A Dlinux_emul.c257 linux_on_exec(struct proc *p, struct image_params *imgp) in linux_on_exec()
/freebsd-src/sys/arm/arm/
H A Dexec_machdep.c77 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() argument
H A Delf_machdep.c124 elf32_arm_abi_supported(const struct image_params *imgp, in elf32_arm_abi_supported()
/freebsd-src/sys/amd64/amd64/
H A Delf_machdep.c168 freebsd_brand_info_la57_img_compat(const struct image_params *imgp, in freebsd_brand_info_la57_img_compat()
/freebsd-src/sys/riscv/riscv/
H A Dexec_machdep.c173 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs()
/freebsd-src/sys/security/mac_partition/
H A Dmac_partition.c280 partition_vnode_check_exec(struct ucred * cred,struct vnode * vp,struct label * vplabel,struct image_params * imgp,struct label * execlabel) partition_vnode_check_exec() argument
/freebsd-src/sys/powerpc/powerpc/
H A Delf64_machdep.c244 exec_setregs_funcdesc(struct thread *td, struct image_params *imgp, in exec_setregs_funcdesc()
H A Dexec_machdep.c657 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs()
703 ppc32_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in ppc32_setregs()
/freebsd-src/sys/dev/filemon/
H A Dfilemon_wrapper.c118 struct image_params *imgp) in filemon_event_process_exec()

12