Lines Matching refs:last_off
207 size_t last_off = 0;
221 offs[last_off] = shdr.sh_offset;
234 last_off, last_off + 1);
235 GElf_Word off = offs[last_off - 1];
236 offs[last_off - 1] = off + shdr.sh_size;
237 offs[last_off] = off;
243 offs[last_off] = shdr.sh_offset;
245 last_off++;
279 last_off = 0;
290 shdr.sh_offset = offs[last_off++];