/src/sys/arch/ews4800mips/stand/common/ |
coffhdrfix.c | 83 int fd, fdout, fileoff, i; local in function:main 112 fileoff = (FILHSZ + 115 fprintf(stderr, "File offset: 0x%x\n", fileoff); 123 read(fd, buf, fileoff); 124 write(fdout, buf, fileoff);
|
coffhdrfix.c | 83 int fd, fdout, fileoff, i; local in function:main 112 fileoff = (FILHSZ + 115 fprintf(stderr, "File offset: 0x%x\n", fileoff); 123 read(fd, buf, fileoff); 124 write(fdout, buf, fileoff);
|