Lines Matching defs:last_offset
640 off_t last_offset;
642 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
644 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum);
713 if (scn_start + dl->data.d.d_off > last_offset
718 if (unlikely (fill (elf->fildes, last_offset,
720 - last_offset, fillbuf,
740 last_offset = scn_start + dl->data.d.d_off;
769 last_offset);
785 last_offset += dl->data.d.d_size;
796 if (scn_start > last_offset && previous_scn_changed)
798 if (unlikely (fill (elf->fildes, last_offset,
799 scn_start - last_offset, fillbuf,
804 last_offset = scn_start + shdr->sh_size;
825 if ((elf->flags & ELF_F_DIRTY) && last_offset < shdr_offset
826 && unlikely (fill (elf->fildes, last_offset,
827 shdr_offset - last_offset,