Symbol: ecoff_exechdr
lib/libc/gen/nlist_ecoff.c
69
const struct ecoff_exechdr *exechdrp;
sys/arch/alpha/alpha/machdep.c
1773
struct ecoff_exechdr *execp = (struct ecoff_exechdr *)epp->ep_hdr;
sys/arch/alpha/alpha/machdep.c
1788
struct ecoff_exechdr *execp = (struct ecoff_exechdr *)epp->ep_hdr;
sys/arch/ews4800mips/stand/common/bootxx.c
243
struct ecoff_exechdr *eh = (void *)p;
sys/arch/mips/mips/cpu_exec.c
70
struct ecoff_exechdr *execp = (struct ecoff_exechdr *)epp->ep_hdr;
sys/kern/exec_ecoff.c
152
struct ecoff_exechdr *execp, struct vnode *vp)
sys/kern/exec_ecoff.c
183
struct ecoff_exechdr *execp, struct vnode *vp)
sys/kern/exec_ecoff.c
223
struct ecoff_exechdr *execp, struct vnode *vp)
sys/kern/exec_ecoff.c
98
struct ecoff_exechdr *execp = epp->ep_hdr;
sys/lib/libsa/loadfile.c
125
struct ecoff_exechdr coff;
sys/lib/libsa/loadfile.h
76
int loadfile_coff(int, struct ecoff_exechdr *, u_long *, int);
sys/lib/libsa/loadfile_ecoff.c
54
loadfile_coff(int fd, struct ecoff_exechdr *coff, u_long *marks, int flags)
sys/sys/exec_ecoff.h
149
#define ECOFF_HDR_SIZE (sizeof(struct ecoff_exechdr))
sys/sys/exec_ecoff.h
180
struct ecoff_exechdr *, struct vnode *);
sys/sys/exec_ecoff.h
182
struct ecoff_exechdr *, struct vnode *);
sys/sys/exec_ecoff.h
184
struct ecoff_exechdr *, struct vnode *);
usr.bin/crunch/crunchide/exec_ecoff.c
58
struct ecoff_exechdr eh;
usr.sbin/kvm_mkdb/nlist_ecoff.c
130
exechdrp = (struct ecoff_exechdr *)&mappedfile[0];
usr.sbin/kvm_mkdb/nlist_ecoff.c
84
struct ecoff_exechdr *exechdrp;
usr.sbin/mdsetimage/exec_ecoff.c
51
const struct ecoff_exechdr *exechdrp;
usr.sbin/mdsetimage/exec_ecoff.c
58
exechdrp = (const struct ecoff_exechdr *)&mappedfile[0];
usr.sbin/mdsetimage/exec_ecoff.c
71
const struct ecoff_exechdr *exechdrp;
usr.sbin/mdsetimage/exec_ecoff.c
75
exechdrp = (const struct ecoff_exechdr *)&mappedfile[0];