Lines Matching refs:last_offset
651 int64_t last_offset;
653 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
655 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum);
720 if (scn_start + dl->data.d.d_off > last_offset
725 if (unlikely (fill (elf->fildes, last_offset,
727 - last_offset, fillbuf,
737 last_offset = scn_start + dl->data.d.d_off;
771 last_offset);
787 last_offset += dl->data.d.d_size;
798 if (scn_start > last_offset && previous_scn_changed)
800 if (unlikely (fill (elf->fildes, last_offset,
801 scn_start - last_offset, fillbuf,
806 last_offset = scn_start + shdr->sh_size;
827 if ((elf->flags & ELF_F_DIRTY) && last_offset < shdr_offset
828 && unlikely (fill (elf->fildes, last_offset,
829 shdr_offset - last_offset,