Lines Matching refs:last_offset
639 off_t last_offset; in __elfw2() local
641 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2()
643 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum); in __elfw2()
708 if (scn_start + dl->data.d.d_off > last_offset in __elfw2()
713 if (unlikely (fill (elf->fildes, last_offset, in __elfw2()
715 - last_offset, fillbuf, in __elfw2()
725 last_offset = scn_start + dl->data.d.d_off; in __elfw2()
759 last_offset); in __elfw2()
775 last_offset += dl->data.d.d_size; in __elfw2()
786 if (scn_start > last_offset && previous_scn_changed) in __elfw2()
788 if (unlikely (fill (elf->fildes, last_offset, in __elfw2()
789 scn_start - last_offset, fillbuf, in __elfw2()
794 last_offset = scn_start + shdr->sh_size; in __elfw2()
815 if ((elf->flags & ELF_F_DIRTY) && last_offset < shdr_offset in __elfw2()
816 && unlikely (fill (elf->fildes, last_offset, in __elfw2()
817 shdr_offset - last_offset, in __elfw2()