coff_find_section   72 compat/ibcs2/ibcs2_exec.c static int coff_find_section(struct proc *, struct vnode *, 
coff_find_section  347 compat/ibcs2/ibcs2_exec.c 	error = coff_find_section(p, epp->ep_vp, fp, &sh, COFF_STYP_TEXT);
coff_find_section  388 compat/ibcs2/ibcs2_exec.c 	error = coff_find_section(p, epp->ep_vp, fp, &sh, COFF_STYP_DATA);
coff_find_section  424 compat/ibcs2/ibcs2_exec.c 	error = coff_find_section(p, epp->ep_vp, fp, &sh, COFF_STYP_SHLIB);
coff_find_section  523 compat/ibcs2/ibcs2_exec.c 	error = coff_find_section(p, nd.ni_vp, fhp, shp, COFF_STYP_TEXT);
coff_find_section  540 compat/ibcs2/ibcs2_exec.c 	error = coff_find_section(p, nd.ni_vp, fhp, shp, COFF_STYP_DATA);
coff_find_section  559 compat/ibcs2/ibcs2_exec.c 	error = coff_find_section(p, nd.ni_vp, fhp, shp, COFF_STYP_BSS);