Searched refs:DT_NF_REF (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c423 if (src->dn_flags & DT_NF_REF) {
668 * DT_NF_REF to get the address, and then generate a store to it.
679 uint_t rbit = dnp->dn_child->dn_flags & DT_NF_REF;
684 dnp->dn_child->dn_flags |= DT_NF_REF; /* force pass-by-ref */
690 dnp->dn_left->dn_flags &= ~DT_NF_REF;
723 * DT_NF_REF to get the address, and then generate a store to it.
733 uint_t rbit = dnp->dn_child->dn_flags & DT_NF_REF;
739 dnp->dn_child->dn_flags |= DT_NF_REF; /* force pass-by-ref */
747 dnp->dn_left->dn_flags &= ~DT_NF_REF;
1121 * DT_NF_REF t
[all...]
H A Ddt_parser.h168 #define DT_NF_REF 0x04 /* pass by reference (array, struct, union) */ macro
H A Ddt_parser.c79 * and its type. The DT_NF_REF flag is set for all nodes of type <DYN>.
95 * the type is assigned, the DT_NF_SIGNED, DT_NF_REF, and DT_NF_BITFIELD
687 ~(DT_NF_SIGNED | DT_NF_REF | DT_NF_BITFIELD | DT_NF_USERLAND);
701 dnp->dn_flags |= DT_NF_REF;
707 dnp->dn_flags |= DT_NF_REF;
710 dnp->dn_flags |= DT_NF_REF;
3011 (kind == CTF_K_POINTER || (dnp->dn_flags & DT_NF_REF)))
3789 (dnp->dn_flags & DT_NF_REF)))
4615 tp->dtdt_flags = (dnp->dn_flags & DT_NF_REF) ?
4647 if (dnp->dn_flags & DT_NF_REF)
[all...]

Completed in 61 milliseconds