Lines Matching refs:lastoffset
825 GElf_Off lastoffset = 0; in handle_debug_relocs() local
870 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() local
2077 = ((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()
2116 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()
2117 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()