Searched refs:lastoffset (Results 1 – 5 of 5) 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() local2078 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()2089 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()2090 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()2106 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()[all …]
662 lastoffset = None674 dstoffset = offset - lastoffset695 lastoffset = offset
71 lastoffset = 0