Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h278 ctf_id_t dt_type_usymaddr; /* cached CTF ident. for _usymaddr type */ member
453 #define DT_USYMADDR_TYPE(dtp) ((dtp)->dt_type_usymaddr)
H A Ddt_open.c1529 dtp->dt_type_usymaddr = ctf_add_typedef(dmp->dm_ctfp, CTF_ADD_ROOT, in dt_vopen()
1535 dtp->dt_type_usymaddr == CTF_ERR) { in dt_vopen()