Searched refs:shn (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_isa.c104 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 Dkobj_reloc.c342 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/uts/intel/amd64/krtld/
H A Dkobj_isa.c88 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 Dkobj_reloc.c283 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 Dkobj_isa.c88 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 Dkobj_reloc.c277 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/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c51 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/common/io/lvm/md/
H A Dmd_names.c664 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 Dmd_mddb.c12272 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 Dkobj.c1614 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...]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c819 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 Ddt_link.c718 dt_symtab_lookup(Elf_Data *data_sym, int nsym, uintptr_t addr, uint_t shn, argument
726 shn == sym->st_shndx &&

Completed in 102 milliseconds