| /src/external/gpl3/gdb/dist/gdb/ |
| ax-gdb.c | 1689 struct trace_state_variable *tsv; 1691 tsv = find_trace_state_variable (name); 1692 if (tsv) 1694 ax_tsv (ax, aop_getv, tsv->number); 1696 ax_tsv (ax, aop_tracev, tsv->number); 1938 struct trace_state_variable *tsv; 1941 tsv = find_trace_state_variable (name); 1942 if (tsv) 1944 ax_tsv (ax, aop_setv, tsv->number); 1946 ax_tsv (ax, aop_tracev, tsv->number) 1679 struct trace_state_variable *tsv; local 1928 struct trace_state_variable *tsv; local 1957 struct trace_state_variable *tsv; local [all...] |
| tracepoint.c | 264 for (trace_state_variable &tsv : tvariables) 265 if (tsv.name == name) 266 return &tsv; 277 for (trace_state_variable &tsv : tvariables) 278 if (tsv.number == number) 279 return &tsv; 329 struct trace_state_variable *tsv; local 356 tsv = find_trace_state_variable (name.c_str ()); 357 if (tsv) 359 if (tsv->initial_value != initval 3133 struct trace_state_variable *tsv; local 3177 struct trace_state_variable *tsv = find_matching_tsv (utsv); local [all...] |
| value.c | 2033 struct trace_state_variable *tsv; 2037 tsv = find_trace_state_variable (var->name.c_str ()); 2038 if (tsv) 2040 tsv->value_known = target_get_trace_state_variable_value (tsv->number, 2041 &(tsv->value)); 2042 if (tsv->value_known) 2044 tsv->value); 2031 struct trace_state_variable *tsv; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ax-gdb.c | 1689 struct trace_state_variable *tsv; 1691 tsv = find_trace_state_variable (name); 1692 if (tsv) 1694 ax_tsv (ax, aop_getv, tsv->number); 1696 ax_tsv (ax, aop_tracev, tsv->number); 1938 struct trace_state_variable *tsv; 1941 tsv = find_trace_state_variable (name); 1942 if (tsv) 1944 ax_tsv (ax, aop_setv, tsv->number); 1946 ax_tsv (ax, aop_tracev, tsv->number) 1679 struct trace_state_variable *tsv; local 1928 struct trace_state_variable *tsv; local 1957 struct trace_state_variable *tsv; local [all...] |
| tracepoint.c | 264 for (trace_state_variable &tsv : tvariables) 265 if (tsv.name == name) 266 return &tsv; 277 for (trace_state_variable &tsv : tvariables) 278 if (tsv.number == number) 279 return &tsv; 329 struct trace_state_variable *tsv; local 356 tsv = find_trace_state_variable (name.c_str ()); 357 if (tsv) 359 if (tsv->initial_value != initval 3129 struct trace_state_variable *tsv; local 3173 struct trace_state_variable *tsv = find_matching_tsv (utsv); local [all...] |
| value.c | 2051 struct trace_state_variable *tsv; 2055 tsv = find_trace_state_variable (var->name.c_str ()); 2056 if (tsv) 2058 tsv->value_known = target_get_trace_state_variable_value (tsv->number, 2059 &(tsv->value)); 2060 if (tsv->value_known) 2062 tsv->value); 2049 struct trace_state_variable *tsv; local
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-main.c | 2306 struct trace_state_variable *tsv; 2318 tsv = find_trace_state_variable (name); 2319 if (!tsv) 2320 tsv = create_trace_state_variable (name); 2325 tsv->initial_value = initval; 2680 struct trace_state_variable *tsv; 2682 tsv = find_trace_state_variable_by_number (tvar); 2686 if (tsv != NULL) 2688 uiout->field_fmt ("name", "$%s", tsv->name.c_str ()); 2690 tsv->value_known = target_get_trace_state_variable_value (tsv->number 2305 struct trace_state_variable *tsv; local 2679 struct trace_state_variable *tsv; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-main.c | 2312 struct trace_state_variable *tsv; 2324 tsv = find_trace_state_variable (name); 2325 if (!tsv) 2326 tsv = create_trace_state_variable (name); 2331 tsv->initial_value = initval; 2686 struct trace_state_variable *tsv; 2688 tsv = find_trace_state_variable_by_number (tvar); 2692 if (tsv != NULL) 2694 uiout->field_fmt ("name", "$%s", tsv->name.c_str ()); 2696 tsv->value_known = target_get_trace_state_variable_value (tsv->number 2311 struct trace_state_variable *tsv; local 2685 struct trace_state_variable *tsv; local [all...] |
| /src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| netpgpperl_wrap.c | 1061 SV *tsv = 0; local 1069 tsv = (SV*) SvRV(sv); 1070 if ((SvTYPE(tsv) == SVt_PVHV)) { 1072 if (SvMAGICAL(tsv)) { 1073 mg = mg_find(tsv,'P'); 1077 tsv = (SV*)SvRV(sv); 1078 tmp = SvIV(tsv); 1085 tmp = SvIV(tsv); 1116 if (tsv && (flags & SWIG_POINTER_DISOWN)) {
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| tracepoint.cc | 2041 struct trace_state_variable *tsv; local 2045 for (tsv = alloced_trace_state_variables; tsv; tsv = tsv->next) 2046 if (tsv->number == num) 2047 return tsv; 2051 for (tsv = trace_state_variables; tsv; tsv = tsv->next 2063 struct trace_state_variable *tsv; local 2097 struct trace_state_variable *tsv; local 2127 struct trace_state_variable *tsv; local 2155 struct trace_state_variable *tsv; local 2171 struct trace_state_variable *tsv; local 2350 struct trace_state_variable *tsv, *prev, *next; local 2724 struct trace_state_variable *tsv; local 6211 struct trace_state_variable *tsv; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| tracepoint.cc | 2041 struct trace_state_variable *tsv; local 2045 for (tsv = alloced_trace_state_variables; tsv; tsv = tsv->next) 2046 if (tsv->number == num) 2047 return tsv; 2051 for (tsv = trace_state_variables; tsv; tsv = tsv->next 2063 struct trace_state_variable *tsv; local 2097 struct trace_state_variable *tsv; local 2127 struct trace_state_variable *tsv; local 2155 struct trace_state_variable *tsv; local 2171 struct trace_state_variable *tsv; local 2350 struct trace_state_variable *tsv, *prev, *next; local 2724 struct trace_state_variable *tsv; local 6211 struct trace_state_variable *tsv; local [all...] |