Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.h13 uint16_t sh_count, sh_entsize, i; in FUNC() local
16 sh_count = swap_uint16(ehdr->e_shnum); in FUNC()
22 for (i = 0; i < sh_count; i++) { in FUNC()
65 uint16_t sh_count, sh_entsize, st_count, st_entsize, i, j; in FUNC() local
70 sh_count = swap_uint16(ehdr->e_shnum); in FUNC()
73 for (i = 0; i < sh_count; i++) { in FUNC()
80 if (i == sh_count) { in FUNC()