/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_isa.c | 88 uint_t shn; local 95 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { 96 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize);
|
H A D | kobj_reloc.c | 283 uint_t shn; local 288 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { 290 (mp->shdrs + shn * mp->hdr.e_shentsize); 306 _kobj_printf(ops, "out of range %d\n", shn); 325 _kobj_printf(ops, "section=%d\n", shn);
|
/illumos-gate/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_isa.c | 88 uint_t shn; local 95 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { 96 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize);
|
H A D | kobj_reloc.c | 277 uint_t shn; local 282 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { 284 (mp->shdrs + shn * mp->hdr.e_shentsize); 300 _kobj_printf(ops, "out of range %d\n", shn); 319 _kobj_printf(ops, "section=%d\n", shn);
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_isa.c | 104 uint_t shn; local 111 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { 112 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize);
|
H A D | kobj_reloc.c | 342 uint_t shn; local 347 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { 349 (mp->shdrs + shn * mp->hdr.e_shentsize); 364 _kobj_printf(ops, " sh_info out of range %lld\n", shn); 382 _kobj_printf(ops, " section=%d\n", shn);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/md/ |
H A D | dumpnamespace.c | 51 struct did_shr_name shn; local 56 if (mdb_vread(&shn, sizeof (struct did_shr_name), addr) != 61 if (shn.did_size == 0) 65 mdb_printf("did_key: %d\n", shn.did_key); 66 mdb_printf("did_count: %u\n", shn.did_count); 67 mdb_printf("did_data: 0x%x \n", shn.did_data); 68 mdb_printf("did_size: %u\n", shn.did_size); 69 sn_name_addr = addr + ((uintptr_t)&shn.did_devid - (uintptr_t)&shn); 70 if (shn 89 struct nm_shared_name shn; local [all...] |
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 819 int i, shn; local 888 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { 889 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); 897 mp->symtbl_section = shn;
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 718 dt_symtab_lookup(Elf_Data *data_sym, int nsym, uintptr_t addr, uint_t shn, argument 726 shn == sym->st_shndx &&
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 664 struct nm_shared_name *shn; local 729 if ((shn = (struct nm_shared_name *)lookup_shared_entry(nh, 732 shn->sn_count++; 735 return (shn->sn_key); 739 if ((shn = (struct nm_shared_name *)alloc_entry(nh, 742 shn->sn_key = create_key(nh); 743 shn->sn_count = 1; 744 shn->sn_namlen = (ushort_t)len; 745 (void) strcpy(shn->sn_name, shrname); 746 key = shn 762 char *shn; local 785 char *shn; local 804 struct nm_shared_name *shn; local 977 caddr_t shn; local 1079 char *shn; local 1209 struct nm_shared_name *shn; local 1391 caddr_t shn; local 3218 struct did_shr_name *shn; local 3325 struct nm_shared_name *shn; local [all...] |
H A D | md_mddb.c | 12272 char *shn; local 12308 if (((shn = (char *)getshared_name(setno, 12310 (strcmp(shn, "md") == 0)) { 12343 char *shn; local 12372 if ((shn = (char *)getshared_name(setno, n->n_drv_key, 0L)) 12378 if (strcmp(shn, "md") == 0) { 12511 struct nm_shared_name *shn, *new_shn; local 12536 if ((shn = (struct nm_shared_name *)lookup_shared_entry(nh, 12548 o_key = shn->sn_key; 12549 o_count = shn 12741 struct did_shr_name *shn; local [all...] |
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1614 uint_t shn; local 1617 for (shn = 1; shn < omp->hdr.e_shnum; shn++) { 1618 shp = (Shdr *)(omp->shdrs + shn * omp->hdr.e_shentsize); 1755 int dshn, shn, rc; local 1759 for (dshp = NULL, shn = 1; shn < mp->hdr.e_shnum; shn++) { 1760 shp = (Shdr *)(mp->shdrs + shn * m 2218 uint_t shn; local 2281 uint_t shn; local 2475 uint_t shn; local 2694 uint_t shn; local [all...] |