Searched refs:psym (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c320 compute_times(nltype *nl, profrec_t *psym) argument
332 psym->seconds = (double)nl->nticks;
334 psym->msecs_per_call = (double)nl->nticks /
337 psym->msecs_per_call = (double)0.0;
339 psym->seconds = (double)nl->nticks / (double)hz;
341 psym->msecs_per_call =
342 ((double)psym->seconds * 1000.0) /
345 psym->msecs_per_call = (double)0.0;
349 psym->percent_time =
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c289 Sym_desc * sdp, * psym = (Sym_desc *)0; local
322 (psym = ld_am_I_partial(orsp, orsp->rel_raddend))) {
323 DBG_CALL(Dbg_move_outsctadj(ofl->ofl_lml, psym));
326 raddend = psym->sd_sym->st_value;
328 raddend = psym->sd_sym->st_value -
329 psym->sd_isc->is_osdesc->os_shdr->sh_addr;
331 raddend += (Off)_elf_getxoff(psym->sd_isc->is_indata);
332 if (psym->sd_isc->is_shdr->sh_flags & SHF_ALLOC)
334 psym->sd_isc->is_osdesc->os_shdr->sh_addr;
H A Dmachrel.sparc.c592 Sym_desc *sdp, *psym = NULL; local
651 (psym = ld_am_I_partial(orsp, orsp->rel_raddend))) {
655 DBG_CALL(Dbg_move_outsctadj(ofl->ofl_lml, psym));
658 raddend = psym->sd_sym->st_value;
660 raddend = psym->sd_sym->st_value -
661 psym->sd_isc->is_osdesc->os_shdr->sh_addr;
663 raddend += (Off)_elf_getxoff(psym->sd_isc->is_indata);
664 if (psym->sd_isc->is_shdr->sh_flags & SHF_ALLOC)
666 psym->sd_isc->is_osdesc->os_shdr->sh_addr;
H A Dmachrel.intel.c231 Sym_desc * sdp, * psym = (Sym_desc *)0; local
265 (psym = ld_am_I_partial(orsp, *(Xword *)
268 DBG_CALL(Dbg_move_outsctadj(ofl->ofl_lml, psym));

Completed in 86 milliseconds