Searched refs:pcb_globals (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_pcb.h | 62 dt_idstack_t pcb_globals; /* stack of global identifier hash tables */ member
|
H A D | dt_pcb.c | 80 dt_idstack_push(&pcb->pcb_globals, dtp->dt_globals); in dt_pcb_push()
|
H A D | dt_pragma.c | 128 &yypcb->pcb_globals, name)) != NULL) { in dt_pragma_attributes() 179 idp = dt_idstack_lookup(&yypcb->pcb_globals, name); in dt_pragma_binding()
|
H A D | dt_parser.c | 1315 if ((idp = dt_idstack_lookup(&yypcb->pcb_globals, name)) != NULL && in dt_node_ident() 1504 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) { in dt_node_decl() 1570 &yypcb->pcb_globals, dsp->ds_ident); in dt_node_decl() 1760 idp = dt_idstack_lookup(&yypcb->pcb_globals, dnp->dn_string); in dt_node_func() 2248 &yypcb->pcb_globals, dsp->ds_ident)) != NULL) { in dt_node_inline() 2361 dt_idstack_push(&yypcb->pcb_globals, inp->din_hash); in dt_node_inline() 2372 dt_idstack_pop(&yypcb->pcb_globals, inp->din_hash); in dt_node_inline() 2693 (idp = dt_idstack_lookup(&yypcb->pcb_globals, name)) != NULL))) { in dt_xcook_ident() 3202 &yypcb->pcb_globals, lp->dn_string); in dt_cook_op2() 3327 if ((idp = dt_idstack_lookup(&yypcb->pcb_globals, in dt_cook_op2() [all …]
|
H A D | dt_decl.c | 777 if (dt_idstack_lookup(&yypcb->pcb_globals, name) != NULL) { in dt_decl_enumerator()
|