Home
last modified time | relevance | path

Searched refs:offset_end (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc64/boot/
DaddRamDisk.c51 unsigned long offset_end = 0; in main() local
169 offset_end = (unsigned int)strtol(ptr_end-10, NULL, 16); in main()
171 padPages = offset_end/4096 - roundedKernelPages; in main()
176 offset_end = roundedKernelLen; in main()
177 printf("vmlinux is larger than _end indicates it needs to be - offset_end = %lx \n", offset_end); in main()
183 printf("vmlinux is smaller than _end indicates is needed - offset_end = %lx \n", offset_end); in main()
191 ramStartOffs = offset_end; /* determined from the input vmlinux file and the system map */ in main()