Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:trace_state_variables

122 # define trace_state_variables IPA_SYM_EXPORTED_NAME (trace_state_variables)
199 IPA_SYM(trace_state_variables),
803 IP_AGENT_EXPORT_VAR struct trace_state_variable *trace_state_variables;
1945 for (tsv = trace_state_variables; tsv; tsv = tsv->next)
1979 tsv->next = trace_state_variables;
1980 trace_state_variables = tsv;
2269 tsv = trace_state_variables;
2279 trace_state_variables = next;
3659 cur_tsv = trace_state_variables;
5801 for (tsv = trace_state_variables; tsv != NULL; tsv = tsv->next)
5815 if (tsv == trace_state_variables)