HomeSort by: relevance | last modified time | path
    Searched defs:coff_find_section (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mmeye/stand/bootcoff/
osloader.c 46 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 in typeref:typename:int
122 error = coff_find_section(fp, &FileHdr, &sh, COFF_STYP_TEXT);
136 error = coff_find_section(fp, &FileHdr, &sh, COFF_STYP_DATA);
  /src/sys/arch/sh3/sh3/
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);

Completed in 13 milliseconds