Searched refs:psym (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sgs/prof/common/ |
H A D | profv.c | 320 compute_times(nltype *nl, profrec_t *psym) in compute_times() argument 332 psym->seconds = (double)nl->nticks; in compute_times() 334 psym->msecs_per_call = (double)nl->nticks / in compute_times() 337 psym->msecs_per_call = (double)0.0; in compute_times() 339 psym->seconds = (double)nl->nticks / (double)hz; in compute_times() 341 psym->msecs_per_call = in compute_times() 342 ((double)psym->seconds * 1000.0) / in compute_times() 345 psym->msecs_per_call = (double)0.0; in compute_times() 349 psym->percent_time = in compute_times()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.amd.c | 289 Sym_desc * sdp, * psym = (Sym_desc *)0; in ld_perform_outreloc() local 322 (psym = ld_am_I_partial(orsp, orsp->rel_raddend))) { in ld_perform_outreloc() 323 DBG_CALL(Dbg_move_outsctadj(ofl->ofl_lml, psym)); in ld_perform_outreloc() 326 raddend = psym->sd_sym->st_value; in ld_perform_outreloc() 328 raddend = psym->sd_sym->st_value - in ld_perform_outreloc() 329 psym->sd_isc->is_osdesc->os_shdr->sh_addr; in ld_perform_outreloc() 331 raddend += (Off)_elf_getxoff(psym->sd_isc->is_indata); in ld_perform_outreloc() 332 if (psym->sd_isc->is_shdr->sh_flags & SHF_ALLOC) in ld_perform_outreloc() 334 psym->sd_isc->is_osdesc->os_shdr->sh_addr; in ld_perform_outreloc()
|
H A D | machrel.sparc.c | 592 Sym_desc *sdp, *psym = NULL; in ld_perform_outreloc() local 651 (psym = ld_am_I_partial(orsp, orsp->rel_raddend))) { in ld_perform_outreloc() 655 DBG_CALL(Dbg_move_outsctadj(ofl->ofl_lml, psym)); in ld_perform_outreloc() 658 raddend = psym->sd_sym->st_value; in ld_perform_outreloc() 660 raddend = psym->sd_sym->st_value - in ld_perform_outreloc() 661 psym->sd_isc->is_osdesc->os_shdr->sh_addr; in ld_perform_outreloc() 663 raddend += (Off)_elf_getxoff(psym->sd_isc->is_indata); in ld_perform_outreloc() 664 if (psym->sd_isc->is_shdr->sh_flags & SHF_ALLOC) in ld_perform_outreloc() 666 psym->sd_isc->is_osdesc->os_shdr->sh_addr; in ld_perform_outreloc()
|
H A D | machrel.intel.c | 231 Sym_desc * sdp, * psym = (Sym_desc *)0; in ld_perform_outreloc() local 265 (psym = ld_am_I_partial(orsp, *(Xword *) in ld_perform_outreloc() 268 DBG_CALL(Dbg_move_outsctadj(ofl->ofl_lml, psym)); in ld_perform_outreloc()
|