Searched refs:sym (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c99 GElf_Sym sym; local
101 if (mdb_lookup_by_name("kmem_caches", &sym) == -1) {
106 wsp->walk_addr = (uintptr_t)sym.st_value;
2011 GElf_Sym sym; local
2017 MDB_SYM_FUZZY, c, sizeof (c), &sym) == -1)
2022 c, bcp->bc_stack[i] - (uintptr_t)sym.st_value);
2080 GElf_Sym sym; local
2089 if (mdb_lookup_by_name("panic_stack", &sym) == 0) {
2090 panicstk = (uintptr_t)sym.st_value;
2689 GElf_Sym sym; local
2848 GElf_Sym sym; local
3634 GElf_Sym sym; local
[all...]
H A Dtypegraph.c1089 GElf_Sym sym; local
1098 &sym) == -1) {
1102 nsizes_reg = sym.st_size / sizeof (int);
1114 if (mdb_vread(tg_sizes, sym.st_size,
1115 (uintptr_t)sym.st_value) == -1) {
1344 GElf_Sym sym; local
1349 sizeof (name), &sym) == -1) {
1354 if (sym.st_size == 0) {
1365 addr += sym.st_size;
1373 addr += sym
3292 GElf_Sym sym; local
[all...]
H A Dmemory.c503 GElf_Sym sym; local
545 (GElf_Sym *)&sym) == -1) {
549 kvps = (struct vnode *)(uintptr_t)sym.st_value;
564 (GElf_Sym *)&sym) == -1) {
568 stats.ms_unused_vp = (struct vnode *)(uintptr_t)sym.st_value;
1050 GElf_Sym sym; local
1064 if (mdb_lookup_by_name("segvn_ops", &sym) == 0)
1065 segvn = (uintptr_t)sym.st_value;
/opensolaris-onvv-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c846 Sym sym; local
851 if (xkb_read(xkb, sym_addr + i * sizeof (sym), &sym,
852 sizeof (sym)) != sizeof (sym))
855 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL)
858 name = xkb_readstr(xkb, str_addr + sym.st_name);
860 sym.st_shndx = SHN_ABS;
861 sym.st_name = sizes[XKB_WALK_STR];
863 sizes[type] += sizeof (sym);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1208 Sym *sym = srp->sr_sym; local
1210 slp->sl_rsymndx = (((ulong_t)sym -
1212 slp->sl_rsym = sym;
1213 return (sym);
1225 Sym *sym; local
1250 sym = sym_lookup_in_caller(clmp, &sl, &sr, &binfo);
1254 if (sym && (ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON)) {
1376 if (ret && ((sym = sr.sr_sym) != NULL)) {
1378 Addr addr = sym
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c827 GElf_Sym sym; local
867 if (dtrace_lookup_by_addr(dtp, pc, &sym, &dts) == 0) {
868 if (pc > sym.st_value) {
871 pc - sym.st_value);
914 GElf_Sym sym; local
954 name, sizeof (name), &sym) == 0) {
957 if (pc[i] > sym.st_value) {
960 (u_longlong_t)(pc[i] - sym.st_value));
1049 GElf_Sym sym; local
1053 if (Plookup_by_addr(P, pc, NULL, 0, &sym)
1118 GElf_Sym sym; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpolicy.c219 char *sym; local
257 sym = NULL;
268 sym = kobj_getsymname((uintptr_t)stack[i], &off);
269 if (sym != NULL &&
270 strstr(sym, "hasprocperm") == 0 &&
271 strcmp("suser", sym) != 0 &&
272 strcmp("ipcaccess", sym) != 0 &&
273 strcmp("drv_priv", sym) != 0 &&
274 strncmp("secpolicy_", sym, 10) != 0 &&
275 strncmp("priv_policy", sym, 1
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dtrap.c2075 char *sym, *stype; local
2121 sym = kobj_getsymname(
2124 if (sym != NULL)
2125 printf(fmt3, sym);
2144 sym = kobj_getsymname(
2146 if (sym != NULL)
2147 printf(fmt3, sym);
2177 sym = kobj_getsymname(rec->ttr_regs.r_pc, &off);
2178 if (sym != NULL)
2179 printf("%s+%lx\n", sym, of
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1550 GElf_Sym sym; local
1705 "panicstr", &sym) == 0 &&
1707 sym.st_value) == sizeof (panicstr) &&
1743 GElf_Sym sym; local
1767 if (pt_lookup_by_name_thr(t, object, name, &sym, &si, tid) != 0) {
1772 if (GELF_ST_TYPE(sym.st_info) != STT_TLS && DCMD_HDRSPEC(flags))
1775 mdb_printf("%llr\n", sym.st_value);
1776 mdb_set_dot(sym.st_value);
2171 GElf_Sym sym; local
2197 &sym, NUL
2529 GElf_Sym sym; local
2713 GElf_Sym sym; /* best symbol found so far if !exact */ local
2889 pt_symbol_iter_cb(void *arg, const GElf_Sym *sym, const char *name, const prsyminfo_t *sip) argument
2916 pt_symbol_filt(void *arg, const GElf_Sym *sym, const char *name, uint_t id) argument
3975 GElf_Sym sym; local
4312 pt_add_sbrkpt(mdb_tgt_t *t, const char *sym, int spec_flags, mdb_tgt_se_f *func, void *data) argument
[all...]
H A Dmdb_target.c547 GElf_Sym sym; local
554 mdb_gelf_symtab_lookup_by_name(mdb.m_prsym, name, &sym, &id) == 0) {
560 if (t->t_ops->t_lookup_by_name(t, obj, name, &sym, &info) == 0)
567 *symp = sym;
578 GElf_Sym sym; local
584 buf, len, &sym, &info) == 0) {
586 *symp = sym;
649 GElf_Sym sym; local
651 if (mdb_tgt_lookup_by_name(t, obj, name, &sym, NULL) == 0)
652 return (mdb_tgt_aread(t, as, buf, nbytes, sym
661 GElf_Sym sym; local
1903 mdb_tgt_sym_match(const GElf_Sym *sym, uint_t mask) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c330 * sym - Name of value being relocated.
337 reloc_val64_to_g1(uchar_t *off, Addr *value, const char *sym, Lm_list *lml) argument
346 if (do_reloc_rtld(R_SPARC_HH22, off, &tmp_value, sym,
356 if (do_reloc_rtld(R_SPARC_HM10, off + 4, &tmp_value, sym,
366 if (do_reloc_rtld(R_SPARC_LM22, off + 12, &tmp_value, sym,
376 if (do_reloc_rtld(R_SPARC_LO10, off + 16, &tmp_value, sym,
386 Sym *sym, uint_t symndx, ulong_t pltndx, caddr_t to, uint_t sb_flags,
450 *symp = *sym;
385 elf_plt_trace_write(caddr_t addr, Rela *rptr, Rt_map *rlmp, Rt_map *dlmp, Sym *sym, uint_t symndx, ulong_t pltndx, caddr_t to, uint_t sb_flags, int *fail) argument
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl568 my ($bin, $arch, $direct, $lib, $class, $sym);
588 ($bin, $arch, $direct, $lib, $class, $sym) =
594 $app_sym_public{"$lib|$sym"}++;
610 ($bin, $arch, $direct, $lib, $class, $sym) =
614 $libsym_private{"$lib|$sym"}++;
619 $app_sym_private{"$lib|$sym"}++;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm319 for my $sym (keys %main::) {
320 next if $sym =~ /::$/;
321 *glob = $main::{$sym};
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c503 #define FLINTSTR(flags, sym) { flags, sym, #sym }
/opensolaris-onvv-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c601 GElf_Sym sym; local
611 if (mdb_lookup_by_name("gcpu_poll_trace_nent", &sym) < 0 ||
612 sym.st_size != sizeof (uint_t) || mdb_vread(&nent, sizeof (uint_t),
613 sym.st_value) != sizeof (uint_t)) {
/opensolaris-onvv-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c105 GElf_Sym sym; local
109 if (mdb_lookup_by_name("kas", &sym) == -1) {
113 asp = (struct as *)sym.st_value;
114 SFMMU_VTOP_DBG_SYM("kas &sym=%p\n", &sym);
H A Dunix.c1230 GElf_Sym sym; local
1233 if (mdb_lookup_by_name("xc_mbox", &sym) == -1) {
1251 xw->xw_addr = sym.st_value;
1286 GElf_Sym sym; local
1317 if (mdb_lookup_by_name("xc_mbox", &sym) == -1) {
1327 (int)((addr - sym.st_value) / mbox_size), addr,
1539 GElf_Sym sym; local
1541 if (mdb_lookup_by_name("trap_trace_ctl", &sym) == -1)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs280 my $sym = "${enc}_encoding";
281 $sym =~ s/\W+/_/g;
282 print C "encode_t $sym = \n";
293 my $sym = "${enc}_encoding";
294 $sym =~ s/\W+/_/g;
295 print H "extern encode_t $sym;\n";
296 print D " Encode_XSEncoding(aTHX_ &$sym);\n";
473 my ($def,$sym,$pages) = split(/\s+/,scalar(<$fh>));
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.xs47 PRIVconst(HV *sym, HV *var, const char *name)
59 newCONSTSUB(sym, upname, newSVpv(name, len - POFF));
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c227 * offset falls between the [sym.st_value - sym.st_value + sym.st_size]. Since
1032 Sym *sym = sdp->sd_sym; local
1038 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC)
1044 if ((sdp->sd_flags & FLG_SY_SPECSEC) && (sym->st_shndx == SHN_ABS)) {
1064 if ((ELF_ST_TYPE(sym->st_info) == STT_OBJECT) &&
1078 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) {
1083 ELF_ST_TYPE(sym->st_info), 0, &inv_buf),
1125 if (ELF_ST_BIND(sym
1742 Sym *sym, *rep_sym; local
[all...]
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h32 # define EXT_C(sym) _ ## sym
34 # define EXT_C(sym) sym
/opensolaris-onvv-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c583 GElf_Sym sym; local
604 &sym, &si) != 0)
724 GElf_Sym sym; local
750 sym_name, &sym, &si) != 0)
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPzone.c195 void *sym = (void *)(-1); local
197 (sym = dlsym(dlhandle, "zone_get_zonepath")) == NULL) {
198 sym = (void *)(-1);
201 zone_get_zonepath_fp = (zone_get_zonepath_t)sym;
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/modules/
H A DMakefile.com48 SYM_LIB= sym.so
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c1177 char args[TR_ARG_MAX * 2 + 16], *sym; local
1216 if ((sym = kobj_getsymname(pc, &off)) != NULL) {
1218 mod_containing_pc((caddr_t)pc), sym, off, args);
1221 mod_containing_pc((caddr_t)pc), sym, off, args);
1281 char *sym; local
1347 if ((sym = kobj_getsymname(pc, &off)) != NULL) {
1349 mod_containing_pc((caddr_t)pc), sym, off, args);
1352 mod_containing_pc((caddr_t)pc), sym, off, args);

Completed in 368 milliseconds

1234567891011>>