Searched defs:mappedfile (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/usr.sbin/mdsetimage/ |
H A D | exec_aout.c | 49 check_aout(const char *mappedfile, size_t mappedsize) in check_aout() 68 findoff_aout(const char *mappedfile, size_t mappedsize, u_long vmaddr, in findoff_aout()
|
H A D | exec_ecoff.c | 49 check_ecoff(const char *mappedfile, size_t mappedsize) in check_ecoff() 68 findoff_ecoff(const char *mappedfile, size_t mappedsize, u_long vmaddr, in findoff_ecoff()
|
H A D | exec_coff.c | 52 check_coff(const char *mappedfile, size_t mappedsize) in check_coff() 71 findoff_coff(const char *mappedfile, size_t mappedsize, u_long vmaddr, in findoff_coff()
|
H A D | bin_nlist.c | 90 bin_find_md_root(void *binp, const char *mappedfile, off_t mappedsize, in bin_find_md_root()
|
/netbsd-src/lib/libc/gen/ |
H A D | nlist_ecoff.c | 72 const char *mappedfile; in __fdnlist_ecoff() local
|
H A D | nlist_elf32.c | 95 char *mappedfile, *strtab; in ELFNAMEEND() local
|
H A D | nlist_coff.c | 87 char *mappedfile; in __fdnlist_coff() local
|
/netbsd-src/usr.sbin/kvm_mkdb/ |
H A D | nlist_ecoff.c | 90 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp; local
|
H A D | nlist_coff.c | 89 char *mappedfile, *symname, *nsymname, *fsymname; local
|
H A D | nlist_elf32.c | 100 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp, *strtab; variable
|
/netbsd-src/sys/arch/atari/stand/binpatch/ |
H A D | binpatch.c | 119 char *mappedfile; in main() local
|