Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Ddis.c92 (pltbase = is_plt(ph, address)) != 0) { in print_address_ps()
H A Drdb.h215 extern ulong_t is_plt(struct ps_prochandle *, ulong_t);
H A Dbpt.c387 is_plt(struct ps_prochandle *ph, ulong_t pc) in is_plt() function
471 ((pltbase = is_plt(ph, pc)) != (ulong_t)0)) { in step_n()