Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/exec/aout/
H A Daout.c59 int *isdyn);
144 int isdyn; in aoutexec() local
153 if (error = get_aout_head(&vp, &edp, execsz, &isdyn)) in aoutexec()
277 get_aout_head(struct vnode **vpp, struct exdata *edp, long *execsz, int *isdyn) in get_aout_head() argument
337 *isdyn = filhdr.a_dynamic; in get_aout_head()