Searched refs:st_value (Results 101 - 125 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c495 dst->st_value = (Elf64_Addr)s->st_value;
539 d->st_value = (Elf32_Addr)src->st_value;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c267 ndx, sym.st_value, sym.st_size,
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c1109 sym->st_value = ms->ms_value;
1141 if (sym->st_value) {
1142 if (ms->ms_value && (sym->st_value != ms->ms_value))
1145 sym->st_value = ms->ms_value;
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drtld_db.c323 rap->rd_tbinder = *beaddr = sym.st_value + sym.st_size - M_BIND_ADJ;
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dperfcnt.c192 return (symp->st_value);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c661 slp->sl_addr = (char *)nl.ps_sym.st_value;
1141 nl.ps_sym.st_value);
1152 (pc_l <= (char *)nl.ps_sym.st_value) &&
1153 ((char *)nl.ps_sym.st_value < pc_h));
/illumos-gate/usr/src/cmd/lockstat/
H A Dsym.c177 (uintptr_t)symp->st_value, (size_t)symp->st_size);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c263 wsp->walk_addr = (uintptr_t)sym.st_value;
H A Dkmem.c111 wsp->walk_addr = (uintptr_t)sym.st_value;
915 } else if (addr < mt_sym.st_value ||
916 addr + sizeof (mt) - 1 > mt_sym.st_value + mt_sym.st_size - 1 ||
917 ((addr - mt_sym.st_value) % sizeof (mt)) != 0) {
2036 c, bcp->bc_stack[i] - (uintptr_t)sym.st_value);
2104 panicstk = (uintptr_t)sym.st_value;
2747 if (mdb_vread(cpu, sym.st_size, (uintptr_t)sym.st_value) == -1) {
2748 mdb_warn("failed to read cpu array at %p", sym.st_value);
2944 &sym) != -1 && caller == (uintptr_t)sym.st_value) {
2949 laddr = (uintptr_t)sym.st_value;
[all...]
H A Dcyclic.c487 addr = (uintptr_t)sym.st_value;
649 addr = (uintptr_t)sym.st_value;
H A Dfindstack.c529 addr == (uintptr_t)sym.st_value) {
530 laddr = (uintptr_t)sym.st_value;
531 haddr = (uintptr_t)sym.st_value + sym.st_size;
H A Dvfs.c116 vfssw_sym.st_value + (sizeof (struct vfssw) * vfs.vfs_fstype))
138 if (test_sym.st_value == vfsp) {
144 if (test_sym.st_value == vfsp) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c251 if (mdb_vread(sizes, sym.st_size, (uintptr_t)sym.st_value) == -1) {
279 if (mdb_vread(umem_error_buffer, bufsize, (uintptr_t)sym.st_value)
414 cp = (uintptr_t)sym.st_value;
832 } else if (addr < mt_sym.st_value ||
833 addr + sizeof (mt) - 1 > mt_sym.st_value + mt_sym.st_size - 1 ||
834 ((addr - mt_sym.st_value) % sizeof (mt)) != 0) {
1973 c, bcp->bc_stack[i] - (uintptr_t)sym.st_value);
2585 &sym) != -1 && caller == (uintptr_t)sym.st_value) {
2590 laddr = (uintptr_t)sym.st_value;
2591 haddr = (uintptr_t)sym.st_value
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c183 s1.st_size = s2.st_value - s1.st_value;
1726 sym.st_value) == sizeof (panicstr) &&
1795 mdb_printf("%llr\n", sym.st_value);
1796 mdb_set_dot(sym.st_value);
2602 sym.st_value += base;
2716 symp->st_value += aout_lop->rl_base;
2778 nbytes, symp, &sip->sym_id) != 0 || symp->st_value == 0)
2836 symp->st_value = addr;
2854 if ((rv == 0) && (symp->st_value !
[all...]
H A Dmdb_cmds.c1347 (uintptr_t)sym->st_value) == sizeof (value))
1348 mdb_printf("%s(%llr):\t%lr\n", name, sym->st_value, value);
1350 mdb_printf("%s(%llr):\t?\n", name, sym->st_value);
1733 if (mdb_vread(text, size, sym->st_value) == -1) {
1749 findsym_output(symlist, value, sym->st_value + i * 4);
1801 sym->st_value + j * 4);
1863 value = sym.st_value;
1907 *addr = (uintptr_t)sym.st_value;
H A Dmdb_grammar.y431 $$ = (uintmax_t)sym.st_value;
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c421 pc - sym.st_value);
423 if (Pread(P, ins, insnsize, sym.st_value) != insnsize)
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c724 ipp_action_byid = (uintptr_t)sym.st_value;
731 ipp_mod_byid = (uintptr_t)sym.st_value;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c261 weak->st_value != sym.st_value)
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c392 module_head = (uintptr_t)sym.st_value;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1203 autofs_vnops_ptr = (struct vnodeops *)(uintptr_t)sym.st_value;
1356 arg.asm_segvn_ops = (struct seg_ops *)(uintptr_t)sym.st_value;
1443 if (procp == (uintptr_t)sym.st_value) {
1741 if (ptr == (uintptr_t)sym.st_value)
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/
H A Dxpv_uppc.c493 gld_intr_addr = (uintptr_t)sym.st_value;
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c386 reloc->r_value = sym->st_value;
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c96 dst->st_value = src->st_value;
153 (gsp->st_shndx == SHN_ABS && gsp->st_value == 0)) {
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c699 buf, sizeof (buf), &s, NULL) == 0 && s.st_value == pc)
737 if (npc < func.st_value || func.st_value + func.st_size <= npc) {

Completed in 152 milliseconds

12345678