Home
last modified time | relevance | path

Searched refs:aout_fixup (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dimgact_aout.c68 static int aout_fixup(uintptr_t *stack_base, struct image_params *imgp);
80 .sv_fixup = aout_fixup,
119 .sv_fixup = aout_fixup,
146 aout_fixup(uintptr_t *stack_base, struct image_params *imgp) in aout_fixup() function