Lines Matching refs:shn
1598 uint_t shn; in kobj_export_ksyms() local
1601 for (shn = 1; shn < omp->hdr.e_shnum; shn++) { in kobj_export_ksyms()
1602 shp = (Shdr *)(omp->shdrs + shn * omp->hdr.e_shentsize); in kobj_export_ksyms()
1739 int dshn, shn, rc; in do_dynamic() local
1743 for (dshp = NULL, shn = 1; shn < mp->hdr.e_shnum; shn++) { in do_dynamic()
1744 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in do_dynamic()
1755 dshn = shn; in do_dynamic()
2214 uint_t shn; in free_module_data() local
2217 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in free_module_data()
2218 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in free_module_data()
2277 uint_t shn; in get_progbits() local
2388 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits()
2389 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_progbits()
2471 uint_t shn; in get_syms() local
2481 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_syms()
2482 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_syms()
2485 mp->symtbl_section = shn; in get_syms()
2507 shn); in get_syms()
2690 uint_t shn; in crypto_es_hash() local
2696 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in crypto_es_hash()
2697 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in crypto_es_hash()