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

/external/elfutils/src/src/
H A Dstrip.c404 size_t shdridx = 0; local
1096 shdridx = cnt;
1137 for (cnt = 1; cnt <= shdridx; ++cnt)
1372 for (cnt = 1; cnt <= shdridx; ++cnt)
1938 newehdr->e_shoff = ((shdr_info[shdridx].shdr.sh_offset
1939 + shdr_info[shdridx].shdr.sh_size + offsize - 1)
2007 || ftruncate64 (fd, shdr_info[shdridx].shdr.sh_offset) < 0)
2027 || ftruncate64 (fd, shdr_info[shdridx].shdr.sh_offset) < 0)
2042 for (cnt = 1; cnt <= shdridx; ++cnt)

Completed in 43 milliseconds