Home
last modified time | relevance | path

Searched refs:coff_scnhdr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/mmeye/stand/bootcoff/
H A Dosloader.c47 struct coff_scnhdr *, int);
53 coff_find_section(FILE *fd, struct coff_filehdr *fp, struct coff_scnhdr *sh, int s_type) in coff_find_section()
58 for (i = 0; i < fp->f_nscns; i++, pos += sizeof(struct coff_scnhdr)) { in coff_find_section()
59 siz = sizeof(struct coff_scnhdr); in coff_find_section()
92 struct coff_scnhdr sh; in main()
/netbsd-src/usr.sbin/kvm_mkdb/
H A Dnlist_coff.c270 struct coff_scnhdr *sh;
290 sh = (struct coff_scnhdr *)
293 coff_scnhdr)];
303 sh = (struct coff_scnhdr *)
306 coff_scnhdr)];
/netbsd-src/sys/arch/sh3/sh3/
H A Dcoff_exec.c55 struct coff_filehdr *, struct coff_scnhdr *, int);
221 struct coff_scnhdr *sh, int s_type) in coff_find_section()
227 for (i = 0; i < fp->f_nscns; i++, pos += sizeof(struct coff_scnhdr)) { in coff_find_section()
228 siz = sizeof(struct coff_scnhdr); in coff_find_section()
237 if (siz != sizeof(struct coff_scnhdr)) { in coff_find_section()
239 s_type, sizeof(struct coff_scnhdr), in coff_find_section()
270 struct coff_scnhdr sh; in exec_coff_prep_zmagic()
411 struct coff_scnhdr sh, *shp = &sh;
/netbsd-src/sys/sys/
H A Dexec_coff.h77 struct coff_scnhdr { struct
133 sizeof(struct coff_scnhdr), \
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dload_coff.h38 #define SCNHSZ (sizeof(struct coff_scnhdr))
/netbsd-src/usr.sbin/mdsetimage/
H A Dexec_coff.c82 sizeof(struct coff_scnhdr), \ in findoff_coff()