Searched refs:coff_find_section (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/mmeye/stand/bootcoff/
H A Dosloader.c46 static int coff_find_section(FILE *, struct coff_filehdr *,
53 coff_find_section(FILE *fd, struct coff_filehdr *fp, struct coff_scnhdr *sh, int s_type) function
122 error = coff_find_section(fp, &FileHdr, &sh, COFF_STYP_TEXT);
136 error = coff_find_section(fp, &FileHdr, &sh, COFF_STYP_DATA);
/netbsd-current/sys/arch/sh3/sh3/
H A Dcoff_exec.c54 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
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);

Completed in 198 milliseconds