mkbootimage.c | 292 off_t lenpos, kstart, kend; local in function:prep_build_image 374 kstart = lseek(prep_fd, 0, SEEK_CUR); 383 kgzlen = kend - kstart; 460 off_t lenpos, kstart, kend; local in function:rs6000_build_image 543 kstart = lseek(rs6000_fd, 0, SEEK_CUR); 545 printf("kernel start at pos 0x%lx\n", (unsigned long)kstart); 554 kgzlen = kend - kstart; 686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image 765 kstart = lseek(bebox_fd, 0, SEEK_CUR); 771 kstart = kend = lseek(bebox_fd, 0, SEEK_CUR) [all...] |