Home
last modified time | relevance | path

Searched refs:last_off (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/tests/
Delfcopy.c207 size_t last_off = 0; in copy_elf() local
221 offs[last_off] = shdr.sh_offset; in copy_elf()
234 last_off, last_off + 1); in copy_elf()
235 GElf_Word off = offs[last_off - 1]; in copy_elf()
236 offs[last_off - 1] = off + shdr.sh_size; in copy_elf()
237 offs[last_off] = off; in copy_elf()
243 offs[last_off] = shdr.sh_offset; in copy_elf()
245 last_off++; in copy_elf()
279 last_off = 0; in copy_elf()
290 shdr.sh_offset = offs[last_off++]; in copy_elf()