Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/amd64/krtld/
H A Dkobj_isa.c88 uint_t shn; in get_progbits_size() local
95 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits_size()
96 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_progbits_size()
H A Dkobj_reloc.c283 uint_t shn; in do_relocations() local
288 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in do_relocations()
290 (mp->shdrs + shn * mp->hdr.e_shentsize); in do_relocations()
306 _kobj_printf(ops, "out of range %d\n", shn); in do_relocations()
325 _kobj_printf(ops, "section=%d\n", shn); in do_relocations()
/titanic_44/usr/src/uts/intel/ia32/krtld/
H A Dkobj_isa.c88 uint_t shn; in get_progbits_size() local
95 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits_size()
96 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_progbits_size()
H A Dkobj_reloc.c277 uint_t shn; in do_relocations() local
282 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in do_relocations()
284 (mp->shdrs + shn * mp->hdr.e_shentsize); in do_relocations()
300 _kobj_printf(ops, "out of range %d\n", shn); in do_relocations()
319 _kobj_printf(ops, "section=%d\n", shn); in do_relocations()
/titanic_44/usr/src/uts/sparc/krtld/
H A Dkobj_isa.c104 uint_t shn; in get_progbits_size() local
111 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits_size()
112 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_progbits_size()
H A Dkobj_reloc.c342 uint_t shn; in do_relocations() local
347 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in do_relocations()
349 (mp->shdrs + shn * mp->hdr.e_shentsize); in do_relocations()
364 _kobj_printf(ops, " sh_info out of range %lld\n", shn); in do_relocations()
382 _kobj_printf(ops, " section=%d\n", shn); in do_relocations()
/titanic_44/usr/src/uts/common/krtld/
H A Dkobj.c1614 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()
[all …]
/titanic_44/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c818 int i, shn; in init_xen_module() local
887 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in init_xen_module()
888 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in init_xen_module()
896 mp->symtbl_section = shn; in init_xen_module()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_link.c718 dt_symtab_lookup(Elf_Data *data_sym, int nsym, uintptr_t addr, uint_t shn, in dt_symtab_lookup() argument
726 shn == sym->st_shndx && in dt_symtab_lookup()