Searched refs:st_value (Results 26 - 50 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dirm.c67 addr = (uintptr_t)sym.st_value;
87 wsp->walk_addr = (uintptr_t)sym.st_value;
H A Dtsol.c78 tnrhc_hash.st_value) == -1) {
79 mdb_warn("can't read %s at %p", symname, tnrhc_hash.st_value);
H A Dnetstack.c43 addr = (uintptr_t)sym.st_value;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c115 val = sym.st_value;
121 val = sym.st_value;
H A Dps.c56 dst->st_value = src->st_value;
312 *sym_addr = sym.st_value;
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c341 sym_name, (void *)(uintptr_t)sym.st_value);
342 *sym_addr = (psaddr_t)sym.st_value;
365 symp->st_value = (Elf32_Addr)sym.st_value;
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c109 return ((void *)(uintptr_t)sym.st_value);
/illumos-gate/usr/src/cmd/mdb/common/modules/sockfs/
H A Dsockfs.c49 sym.st_value) != 0) {
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c129 symval = sym->st_value;
147 (Addr)symval, sym->st_value, name, binfo));
318 value = sym->st_value + rp->r_addend;
329 _lmp, (Addr)value, sym->st_value, name, binfo));
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c166 *symp = (psaddr_t)sym.st_value;
193 symp->st_value = (Elf32_Addr)sym.st_value;
H A Dmdb_nm.c309 MDB_TBL_PRNT, NM_FMT_VALUE, niip->nii_pfmt, sym->st_value,
363 sym->st_value, opts, sym->st_size, name);
433 return (lhs->nm_sym.st_value < rhs->nm_sym.st_value ? -1 :
434 (lhs->nm_sym.st_value > rhs->nm_sym.st_value ? 1 : 0));
849 sym.st_value = (GElf_Addr)addr;
854 argv[i].a_un.a_str, sym.st_value, sym.st_size);
876 name, sym.st_value, sym.st_size);
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c212 value = symref->st_value;
227 symref->st_name, &symref->st_value,
244 value = symref->st_value;
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c207 value = symref->st_value;
222 symref->st_name, &symref->st_value,
239 value = symref->st_value;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c874 if ((osym->st_value != nsym->st_value) &&
896 if (osym->st_value < nsym->st_value) {
897 salign = osym->st_value;
898 balign = nsym->st_value;
900 salign = nsym->st_value;
901 balign = osym->st_value;
917 sdp->sd_file->ifl_name, EC_XWORD(osym->st_value),
918 ifl->ifl_name, EC_XWORD(nsym->st_value));
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c489 (uintptr_t)sym.st_value) == -1) {
491 (uintptr_t)sym.st_value);
498 twd->listhead = (void *)(uintptr_t)sym.st_value;
693 mdb_qops_install(&sppp_qops, (uintptr_t)sym.st_value);
696 mdb_qops_install(&sppptun_qops, (uintptr_t)sym.st_value);
707 mdb_qops_remove(&sppptun_qops, (uintptr_t)sym.st_value);
710 mdb_qops_remove(&sppp_qops, (uintptr_t)sym.st_value);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c227 symp->st_value != pp->dpp_last.st_value ||
269 pp->dpp_stret[0] = sym.st_value;
275 pp->dpp_stret[1] = sym.st_value;
281 pp->dpp_stret[2] = sym.st_value;
287 pp->dpp_stret[3] = sym.st_value;
317 sym.st_value = 0;
342 if (Ppltdest(pp->dpp_pr, sym.st_value) != NULL)
345 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func,
554 dh.dofhp_dof = sym.st_value;
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c189 symp->st_value = (Addr)to;
288 symval = nsym->st_value;
340 nsym->st_value, name, binfo));
460 _pltbgn = symdef->st_value;
764 value = symdef->st_value;
908 _lmp, (Addr)value, symdef->st_value, name, binfo));
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c284 instr = (uint8_t *)sym->st_value;
285 limit = (uint8_t *)(sym->st_value + sym->st_size);
382 if (check < sym->st_value)
390 if (ptr >= (uint8_t *)sym->st_value && ptr < limit) {
423 (uintptr_t)(instr - (uint8_t *)sym->st_value) + 1;
429 (uintptr_t)(instr - (uint8_t *)sym->st_value);
/illumos-gate/usr/src/cmd/ptools/psig/
H A Dpsig.c124 if (Pread(Pr, &addr, sizeof (addr), sym.st_value)
137 if (Pread(Pr, &addr, sizeof (addr), sym.st_value)
147 return (sym.st_value);
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c262 value = symref->st_value;
279 symref->st_name, &symref->st_value,
296 value = symref->st_value;
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/apix/
H A Dapix.c171 gld_intr_addr = (uintptr_t)sym.st_value;
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/uppc/
H A Duppc.c178 gld_intr_addr = (uintptr_t)sym.st_value;
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c326 pc - s.st_value);
328 if (mdb_tgt_vread(t, ins, insnsize, s.st_value) != insnsize)
429 if (pc == s.st_value && curinstr == M_PUSHQ_RBP)
431 else if (pc == s.st_value + 1 && curinstr == M_REX_W) {
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c104 p->n_value = (long)sym.st_value;
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c216 ((void (*)(kdi_t *))sym->st_value)(&kobj_kdi);

Completed in 342 milliseconds

12345678