Searched refs:lastoffset (Results 1 – 4 of 4) sorted by relevance
70 size_t lastscan,lastpos,lastoffset; in bsdiff() local99 lastscan=0;lastpos=0;lastoffset=0; in bsdiff()117 for(;scsc<scan+len && scsc+lastoffset<oldsize;scsc++) in bsdiff()118 if(old_buf[scsc+lastoffset] == new_buf[scsc]) in bsdiff()124 if((scan+lastoffset<oldsize) && in bsdiff()125 (old_buf[scan+lastoffset] == new_buf[scan])) in bsdiff()180 lastoffset=pos-scan; in bsdiff()
28 lastoffset = len(data) - 129 data = b"".join(chb(val | (0 if i == lastoffset else 128))
825 GElf_Off lastoffset = 0; in handle_debug_relocs() local870 if (lastoffset < shdr.sh_offset + filesz) in handle_debug_relocs()871 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()902 shdr.sh_offset = ((lastoffset + shdr.sh_addralign - 1) in handle_debug_relocs()912 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()1822 GElf_Off lastoffset = 0; in handle_elf() local2077 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()2088 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()2089 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()2105 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()[all …]
71 lastoffset = 0