HomeSort by: relevance | last modified time | path
    Searched refs:DT_NF_REF (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cg.c 423 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 to get the address, and then generate a store to it
    [all...]
dt_parser.h 180 #define DT_NF_REF 0x04 /* pass by reference (array, struct, union) */
dt_parser.c 79 * 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;
3021 (kind == CTF_K_POINTER || (dnp->dn_flags & DT_NF_REF)))
3791 (dnp->dn_flags & DT_NF_REF)))
4620 tp->dtdt_flags = (dnp->dn_flags & DT_NF_REF) ?
4827 if (dnp->dn_flags & DT_NF_REF)
    [all...]

Completed in 19 milliseconds