Lines Matching defs:lastoffset
855 GElf_Off lastoffset = 0;
900 if (lastoffset < shdr.sh_offset + filesz)
901 lastoffset = shdr.sh_offset + filesz;
932 shdr.sh_offset = ((lastoffset + shdr.sh_addralign - 1)
942 lastoffset = shdr.sh_offset + filesz;
1876 GElf_Off lastoffset = 0;
2132 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1)
2143 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz)
2144 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz;
2149 allocated ones. lastoffset is set to right after the last allocated
2160 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1)
2171 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz)
2172 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz;