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

/netbsd-current/sys/sys/
H A Dresourcevar.h52 u_long pr_off; /* pc offset */ member in struct:uprof
/netbsd-current/sys/kern/
H A Dsubr_prof.c505 upp->pr_off = SCARG(uap, offset);
521 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
551 if (pc < prof->pr_off ||
588 if ((p->p_stflag & PST_PROFIL) == 0 || pc < prof->pr_off ||
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c3247 unsigned int pr_off; local
3249 pr_off = (unsigned int) map->pr_offset;
3256 pr_off,
3263 pr_off,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c3221 unsigned int pr_off; local
3223 pr_off = (unsigned int) map->pr_offset;
3230 pr_off,
3237 pr_off,

Completed in 318 milliseconds