Searched refs:sh_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | genvdso.h | 13 uint16_t sh_count, sh_entsize, i; in patch_vdso() local 16 sh_count = swap_uint16(ehdr->e_shnum); in patch_vdso() 22 for (i = 0; i < sh_count; i++) { in patch_vdso() 65 uint16_t sh_count, sh_entsize, st_count, st_entsize, i, j; in get_symbols() local 70 sh_count = swap_uint16(ehdr->e_shnum); in get_symbols() 73 for (i = 0; i < sh_count; i++) { in get_symbols() 80 if (i == sh_count) { in get_symbols()
|
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | genvdso.h | 13 uint16_t sh_count, sh_entsize, i; in patch_vdso() local 16 sh_count = swap_uint16(ehdr->e_shnum); in patch_vdso() 22 for (i = 0; i < sh_count; i++) { in patch_vdso() 65 uint16_t sh_count, sh_entsize, st_count, st_entsize, i, j; in get_symbols() local 70 sh_count = swap_uint16(ehdr->e_shnum); in get_symbols() 73 for (i = 0; i < sh_count; i++) { in get_symbols() 80 if (i == sh_count) { in get_symbols()
|
Completed in 1 milliseconds