/src/sys/arch/x68k/stand/aout2hux/ |
aout2hux.c | 2 * aout2hux - convert a.out/ELF executable to Human68k .x format 11 * aout2hux [ -o output.x ] a.out1 loadaddr1 a.out2 loadaddr2 22 * % aout2hux -o foo.x aout1 0 aout2 10203040 24 * $NetBSD: aout2hux.c,v 1.14 2024/01/07 07:58:33 isaki Exp $ 76 int aout2hux(const char *fn1, const char *fn2, 539 aout2hux(const char *fn1, const char *fn2, u_int32_t loadadr1, u_int32_t loadadr2, const char *fnx) function in typeref:typename:int 847 return aout2hux(argv[1], argv[3], adr1, adr2, outfile);
|
aout2hux.c | 2 * aout2hux - convert a.out/ELF executable to Human68k .x format 11 * aout2hux [ -o output.x ] a.out1 loadaddr1 a.out2 loadaddr2 22 * % aout2hux -o foo.x aout1 0 aout2 10203040 24 * $NetBSD: aout2hux.c,v 1.14 2024/01/07 07:58:33 isaki Exp $ 76 int aout2hux(const char *fn1, const char *fn2, 539 aout2hux(const char *fn1, const char *fn2, u_int32_t loadadr1, u_int32_t loadadr2, const char *fnx) function in typeref:typename:int 847 return aout2hux(argv[1], argv[3], adr1, adr2, outfile);
|