Searched refs:shn (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_isa.c | 86 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 D | kobj_reloc.c | 296 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 D | kobj_isa.c | 104 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 D | kobj_reloc.c | 287 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 D | kobj.c | 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() [all …]
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 802 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 D | dt_link.c | 717 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()
|