/src/usr.bin/crunch/crunchide/ |
extern.h | 42 int check_coff(int, const char *);
|
exec_coff.c | 58 check_coff(int fd, const char *filename) function in typeref:typename:int
|
crunchide.c | 222 { "COFF", check_coff, hide_coff, },
|
/src/usr.sbin/mdsetimage/ |
extern.h | 49 int check_coff(const char *, size_t);
|
exec_coff.c | 52 check_coff(const char *mappedfile, size_t mappedsize) function in typeref:typename:int
|
bin_nlist.c | 69 { "COFF", check_coff, findoff_coff, },
|
/src/sys/arch/atari/stand/binpatch/ |
binpatch.c | 108 { "COFF", check_coff, findoff_coff, },
|