Searched refs:sv_copyout_auxargs (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 76 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs), 119 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 83 .sv_copyout_auxargs = __elfN(powerpc_copyout_auxargs), 125 .sv_copyout_auxargs = __elfN(powerpc_copyout_auxargs),
|
H A D | elf32_machdep.c | 94 .sv_copyout_auxargs = __elfN(powerpc_copyout_auxargs),
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 124 .sv_copyout_auxargs = elf32_freebsd_copyout_auxargs,
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 72 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 82 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
|
/freebsd/sys/sys/ |
H A D | sysent.h | 118 int (*sv_copyout_auxargs)(struct image_params *, member
|
/freebsd/sys/arm64/arm64/ |
H A D | elf32_machdep.c | 120 .sv_copyout_auxargs = elf32_freebsd_copyout_auxargs,
|
H A D | elf_machdep.c | 87 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 80 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 720 error = imgp->sysent->sv_copyout_auxargs(imgp, in linux_copyout_strings() 796 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
|
/freebsd/sys/compat/linux/ |
H A D | linux_elf.c | 458 error = imgp->sysent->sv_copyout_auxargs(imgp, in __linuxN()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | 444 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | 697 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 636 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 1814 error = imgp->sysent->sv_copyout_auxargs(imgp, in exec_copyout_strings()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 3806 error = imgp->sysent->sv_copyout_auxargs(imgp, in freebsd32_copyout_strings()
|