Searched refs:lastoffset (Results 1 – 3 of 3) sorted by relevance
203 off_t lastscan,lastpos,lastoffset; in main() local273 lastscan=0;lastpos=0;lastoffset=0; in main()282 if((scsc+lastoffset<oldsize) && in main()283 (old[scsc+lastoffset] == new[scsc])) in main()289 if((scan+lastoffset<oldsize) && in main()290 (old[scan+lastoffset] == new[scan])) in main()351 lastoffset=pos-scan; in main()
57 lastoffset = 0
1136 GElf_Off lastoffset = 0; in handle_elf() local1354 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()1365 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()1366 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()