Lines Matching refs:shn
1614 uint_t shn; in kobj_export_ksyms() local
1617 for (shn = 1; shn < omp->hdr.e_shnum; shn++) { in kobj_export_ksyms()
1618 shp = (Shdr *)(omp->shdrs + shn * omp->hdr.e_shentsize); in kobj_export_ksyms()
1755 int dshn, shn, rc; in do_dynamic() local
1759 for (dshp = NULL, shn = 1; shn < mp->hdr.e_shnum; shn++) { in do_dynamic()
1760 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in do_dynamic()
1771 dshn = shn; in do_dynamic()
2218 uint_t shn; in free_module_data() local
2221 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in free_module_data()
2222 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in free_module_data()
2281 uint_t shn; in get_progbits() local
2392 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits()
2393 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_progbits()
2475 uint_t shn; in get_syms() local
2485 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_syms()
2486 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_syms()
2489 mp->symtbl_section = shn; in get_syms()
2511 shn); in get_syms()
2694 uint_t shn; in crypto_es_hash() local
2700 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in crypto_es_hash()
2701 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in crypto_es_hash()