coff_exec.c | 54 static int coff_find_section(struct lwp *, struct vnode *, 214 * coff_find_section - load specified section header 220 coff_find_section(struct lwp *l, struct vnode *vp, struct coff_filehdr *fp, function in typeref:typename:int 275 error = coff_find_section(l, epp->ep_vp, fp, &sh, COFF_STYP_TEXT); 304 error = coff_find_section(l, epp->ep_vp, fp, &sh, COFF_STYP_DATA); 355 error = coff_find_section(l, epp->ep_vp, fp, &sh, COFF_STYP_SHLIB); 442 error = coff_find_section(l, vp, fhp, shp, COFF_STYP_TEXT); 459 error = coff_find_section(l, vp, fhp, shp, COFF_STYP_DATA); 478 error = coff_find_section(l, vp, fhp, shp, COFF_STYP_BSS);
|