Searched refs:coff_scnhdr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/mmeye/stand/bootcoff/ |
H A D | osloader.c | 47 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 D | nlist_coff.c | 270 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 D | coff_exec.c | 55 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 D | exec_coff.h | 77 struct coff_scnhdr { struct 133 sizeof(struct coff_scnhdr), \
|
/netbsd-src/sys/arch/hpc/stand/hpcboot/ |
H A D | load_coff.h | 38 #define SCNHSZ (sizeof(struct coff_scnhdr))
|
/netbsd-src/usr.sbin/mdsetimage/ |
H A D | exec_coff.c | 82 sizeof(struct coff_scnhdr), \ in findoff_coff()
|