Home
last modified time | relevance | path

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

/mirbsd/src/sys/lib/libsa/
Dloadfile.c88 static int coff_exec(int, struct ecoff_exechdr *, u_long *, int);
149 rval = coff_exec(fd, &hdr.coff, marks, flags); in loadfile()
190 coff_exec(int fd, struct ecoff_exechdr *coff, u_long *marks, int flags) in coff_exec() function