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))
855 GElf_Off lastoffset = 0; in handle_debug_relocs() local900 if (lastoffset < shdr.sh_offset + filesz) in handle_debug_relocs()901 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()932 shdr.sh_offset = ((lastoffset + shdr.sh_addralign - 1) in handle_debug_relocs()942 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()1876 GElf_Off lastoffset = 0; in handle_elf() local2132 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()2143 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()2144 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()2160 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()[all …]
662 lastoffset = None674 dstoffset = offset - lastoffset695 lastoffset = offset
68 lastoffset = 0