Searched refs:sh_count (Results 1 – 1 of 1) sorted by relevance
17 uint16_t sh_count, sh_entsize, i; in FUNC() local20 sh_count = swap_uint16(ehdr->e_shnum); in FUNC()26 for (i = 0; i < sh_count; i++) { in FUNC()69 uint16_t sh_count, sh_entsize, st_count, st_entsize, i, j; in FUNC() local74 sh_count = swap_uint16(ehdr->e_shnum); in FUNC()77 for (i = 0; i < sh_count; i++) { in FUNC()84 if (i == sh_count) { in FUNC()