Home | History | Annotate | Download | only in src

Lines Matching defs:last_offset

412   GElf_Off last_offset = 0;
414 last_offset = (ehdr.e_phoff
519 if (last_offset < off)
520 last_offset = off;
1094 last_offset = (last_offset + addralign - 1) & ~(addralign - 1);
1095 shdr->sh_offset = last_offset;
1097 last_offset += shdr->sh_size;
1211 last_offset + offsize - 1)