HomeSort by: relevance | last modified time | path
    Searched refs:coff_scnhdr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mmeye/stand/bootcoff/
osloader.c 47 struct coff_scnhdr *, int);
53 coff_find_section(FILE *fd, struct coff_filehdr *fp, struct coff_scnhdr *sh, int s_type)
58 for (i = 0; i < fp->f_nscns; i++, pos += sizeof(struct coff_scnhdr)) {
59 siz = sizeof(struct coff_scnhdr);
92 struct coff_scnhdr sh;
  /src/sys/arch/hpc/stand/hpcboot/
load_coff.h 38 #define SCNHSZ (sizeof(struct coff_scnhdr))
  /src/sys/sys/
exec_coff.h 77 struct coff_scnhdr { struct
133 sizeof(struct coff_scnhdr), \
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 270 struct coff_scnhdr *sh;
290 sh = (struct coff_scnhdr *)
293 coff_scnhdr)];
303 sh = (struct coff_scnhdr *)
306 coff_scnhdr)];
  /src/sys/arch/sh3/sh3/
coff_exec.c 55 struct coff_filehdr *, struct coff_scnhdr *, int);
221 struct coff_scnhdr *sh, int s_type)
227 for (i = 0; i < fp->f_nscns; i++, pos += sizeof(struct coff_scnhdr)) {
228 siz = sizeof(struct coff_scnhdr);
237 if (siz != sizeof(struct coff_scnhdr)) {
239 s_type, sizeof(struct coff_scnhdr),
270 struct coff_scnhdr sh;
411 struct coff_scnhdr sh, *shp = &sh;
  /src/usr.sbin/mdsetimage/
exec_coff.c 82 sizeof(struct coff_scnhdr), \

Completed in 14 milliseconds