Searched refs:freebsd_copyout_auxargs (Results 1 – 8 of 8) sorted by relevance
110 int __elfN(freebsd_copyout_auxargs)(struct image_params *, uintptr_t);
69 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),104 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
71 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
78 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
82 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
75 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
95 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
1350 __elfN(freebsd_copyout_auxargs)(struct image_params *imgp, uintptr_t base) in __elfN() argument