Searched refs:st_value (Results 151 - 175 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c613 sym.st_value) != sizeof (uint_t)) {
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/opl/oplhwd/
H A Doplhwd.c604 tmptr = (uintptr_t)tmsym.st_value;
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c113 asp = (struct as *)sym.st_value;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c660 conv_sym_value(mach, type, sym->st_value, &inv_buf1),
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Da.out.c299 sym.st_value = sp->n_value;
H A Danalyze.c242 caddr_t daddr = (caddr_t)dsym->st_value;
2639 if ((osym == rcp->r_dsym) || (osym->st_value &&
2640 (osym->st_value == rcp->r_dsym->st_value))) {
H A Ddlfcns.c1379 Addr addr = sym->st_value;
1392 *dlmp, addr, sym->st_value, sr.sr_name, binfo));
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c534 return (base + sym.st_value);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c222 slp = (struct socklist *)(uintptr_t)sym.st_value;
1595 (uintptr_t)sym.st_value) != DCMD_OK)
H A Dleaky.c680 if ((uintptr_t)sym.st_value == filter)
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1256 * The meaning of the st_value field in a symbol
1268 Word v = sym->st_value;
1277 EC_XWORD(sym->st_value), EC_XWORD(sym->st_size));
1302 (sym->st_size != 0) || (sym->st_value != 0))) {
2912 _cache, file) && (sym->st_value != dyn->d_un.d_val))
2916 symname, EC_ADDR(sym->st_value));
4465 gotsymaddr = gotsym->st_value;
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c805 addr = (uintptr_t)sym.st_value + cpu * sizeof (uintptr_t);
1189 addr = (uintptr_t)sym.st_value;
1856 data->dtdvd_sink = (uintptr_t)sym.st_value;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2715 str_off = sdp->sd_sym->st_value;
3040 const char *name = sdp->sd_sym->st_value +
3057 sdp->sd_sym->st_value = (Word)stoff;
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m41327 tofa(dst, src->st_value, ST1_value_$2);
1898 dst->st_value = toma(src, ST1_value_$2);
H A Dxlate64.m41321 tofa(dst, src->st_value, ST1_value_$2);
1933 dst->st_value = toma(src, ST1_value_$2);
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c499 uintptr_t pc = sym->st_value;
1607 pc = sym.st_value; /* entry point of the function */
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1158 base = (uint32_t *)sym->st_value;
1159 limit = (uint32_t *)(sym->st_value + sym->st_size);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c343 *pc = sym.st_value;
379 *pc = sym.st_value;
H A Ddt_proc.c362 (void) dt_proc_bpcreate(dpr, (uintptr_t)sym.st_value,
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c586 conv_sym_SPARC_value(sym.st_value,
590 EC_ADDR(sym.st_value));
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c270 (uintptr_t)sym.st_value) != sizeof (addr))
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c823 buf->value = sym.st_value;
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s614 * 0x20 symdef.st_value
638 ! sym.st_value(calling address)
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c179 fdt_start = (vm_offset_t)sym.st_value + offs;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c652 return (mdb_tgt_aread(t, as, buf, nbytes, sym.st_value));
664 return (mdb_tgt_awrite(t, as, buf, nbytes, sym.st_value));

Completed in 352 milliseconds

12345678