Searched refs:exec_formats (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/mdsetimage/ |
H A D | bin_nlist.c | 55 } exec_formats[] = { variable 97 size_t i, n = sizeof exec_formats / sizeof exec_formats[0]; in bin_find_md_root() 100 if ((*exec_formats[i].check)(mappedfile, mappedsize) == 0) in bin_find_md_root() 110 exec_formats[i].name); in bin_find_md_root() 125 if ((*exec_formats[i].findoff)(mappedfile, mappedsize, in bin_find_md_root() 141 if ((*exec_formats[i].findoff)(mappedfile, mappedsize, in bin_find_md_root()
|
/netbsd-src/usr.bin/crunch/crunchide/ |
H A D | crunchide.c | 217 } exec_formats[] = { variable 248 n = sizeof exec_formats / sizeof exec_formats[0]; in hide_syms() 254 if ((*exec_formats[i].check)(fd, filename) != 0) in hide_syms() 264 exec_formats[i].name); in hide_syms() 270 rv = (*exec_formats[i].hide)(fd, filename); in hide_syms()
|
/netbsd-src/sys/arch/atari/stand/binpatch/ |
H A D | binpatch.c | 94 } exec_formats[] = { variable 227 n = __arraycount(exec_formats); in main() 229 if ((*exec_formats[i].check)(mappedfile, sb.st_size) == 0) in main() 237 exec_formats[i].name); in main() 243 if ((*exec_formats[i].findoff)(mappedfile, sb.st_size, in main()
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | msvc | 27 # https://pierrelib.pagesperso-orange.fr/exec_formats/OMF_v1.1.pdf
|