Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_isa.c86 uint_t shn; in get_progbits_size() local
93 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits_size()
94 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_progbits_size()
H A Dkobj_reloc.c296 uint_t shn; in do_relocations() local
301 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in do_relocations()
303 (mp->shdrs + shn * mp->hdr.e_shentsize); in do_relocations()
319 _kobj_printf(ops, "out of range %d\n", shn); in do_relocations()
338 _kobj_printf(ops, "section=%d\n", shn); in do_relocations()
/illumos-gate/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.c287 uint_t shn; in do_relocations() local
292 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in do_relocations()
294 (mp->shdrs + shn * mp->hdr.e_shentsize); in do_relocations()
309 _kobj_printf(ops, " sh_info out of range %d\n", shn); in do_relocations()
327 _kobj_printf(ops, " section=%d\n", shn); in do_relocations()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1598 uint_t shn; in kobj_export_ksyms() local
1601 for (shn = 1; shn < omp->hdr.e_shnum; shn++) { in kobj_export_ksyms()
1743 for (dshp = NULL, shn = 1; shn < mp->hdr.e_shnum; 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()
2277 uint_t shn; in get_progbits() local
2388 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits()
2471 uint_t shn; in get_syms() local
2481 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_syms()
2690 uint_t shn; in crypto_es_hash() local
[all …]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c802 int i, shn; in init_xen_module() local
867 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in init_xen_module()
868 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in init_xen_module()
876 mp->symtbl_section = shn; in init_xen_module()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c717 dt_symtab_lookup(Elf_Data *data_sym, int nsym, uintptr_t addr, uint_t shn, in dt_symtab_lookup() argument
725 shn == sym->st_shndx && in dt_symtab_lookup()