Home
last modified time | relevance | path

Searched refs:rtld_arc64 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1384 L_cgarc64 rtld_arc64; in readarcs() local
1391 if (fread(&rtld_arc64, in readarcs()
1395 if (rtld_arc64.cg_from == PRF_OUTADDR64) in readarcs()
1399 (pctype)rtld_arc64.cg_from; in readarcs()
1400 arc.raw_selfpc = (pctype)rtld_arc64.cg_to; in readarcs()
1401 arc.raw_count = (actype)rtld_arc64.cg_count; in readarcs()