Searched refs:st_entsize (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | genvdso.h | 65 uint16_t sh_count, sh_entsize, st_count, st_entsize, i, j; in get_symbols() local 97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize); in get_symbols() 98 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize; in get_symbols() 110 sym = symtab + (j * st_entsize); in get_symbols()
|
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | genvdso.h | 65 uint16_t sh_count, sh_entsize, st_count, st_entsize, i, j; in get_symbols() local 97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize); in get_symbols() 98 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize; in get_symbols() 110 sym = symtab + (j * st_entsize); in get_symbols()
|
Completed in 1 milliseconds