Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c419 size_t shdridx = 0; in handle_elf() local
1146 shdridx = cnt; in handle_elf()
1193 for (cnt = 1; cnt <= shdridx; ++cnt) in handle_elf()
1436 for (cnt = 1; cnt <= shdridx; ++cnt) in handle_elf()
2047 newehdr->e_shoff = ((shdr_info[shdridx].shdr.sh_offset in handle_elf()
2048 + shdr_info[shdridx].shdr.sh_size + offsize - 1) in handle_elf()
2118 || ftruncate (fd, shdr_info[shdridx].shdr.sh_offset) < 0) in handle_elf()
2138 || ftruncate (fd, shdr_info[shdridx].shdr.sh_offset) < 0) in handle_elf()
2153 for (cnt = 1; cnt <= shdridx; ++cnt) in handle_elf()