Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/librtld_db/sparcv9/
H A Dplt64_resolution.c135 rpi->pi_skip_method = RD_RESOLVE_TARGET_STEP; in plt64_resolution()
172 rpi->pi_skip_method = RD_RESOLVE_TARGET_STEP; in plt64_resolution()
/titanic_41/usr/src/cmd/sgs/librtld_db/amd64/
H A Dplt64_resolution.c100 rpi->pi_skip_method = RD_RESOLVE_TARGET_STEP; in plt64_resolution()
/titanic_41/usr/src/head/
H A Drtld_db.h147 RD_RESOLVE_TARGET_STEP /* put a bpt on target, then step nstep times */ enumerator
/titanic_41/usr/src/cmd/sgs/librtld_db/sparc/
H A Dplt32_resolution.c83 rpi->pi_skip_method = RD_RESOLVE_TARGET_STEP; in plt32_resolution()
/titanic_41/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c232 rpi->pi_skip_method = RD_RESOLVE_TARGET_STEP; in plt32_resolution()
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dbpt.c479 if (rp.pi_skip_method == RD_RESOLVE_TARGET_STEP) { in step_n()