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

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

Completed in 91 milliseconds