OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBS_CONT
(Results
1 - 16
of
16
) sorted by null
/external/ltrace/
callback.h
60
CBS_CONT
, /* The iteration should continue. */
65
#define CBS_STOP_IF(X) ((X) ? CBS_STOP :
CBS_CONT
)
66
#define CBS_CONT_IF(X) ((X) ?
CBS_CONT
: CBS_STOP)
library.c
262
return library_symbol_cmp(libsym, standard) == 0 ? CBS_STOP :
CBS_CONT
;
268
return strcmp(libsym->name, name) == 0 ? CBS_STOP :
CBS_CONT
;
274
return libsym->delayed ? CBS_STOP :
CBS_CONT
;
462
case
CBS_CONT
:
496
return
CBS_CONT
;
502
return lib->key == *(arch_addr_t *)keyp ? CBS_STOP :
CBS_CONT
;
prototype.c
195
return
CBS_CONT
;
284
return
CBS_CONT
;
355
return
CBS_CONT
;
360
return data->result != NULL ? CBS_STOP :
CBS_CONT
;
414
return
CBS_CONT
;
441
return
CBS_CONT
;
453
return
CBS_CONT
;
494
return
CBS_CONT
;
summary.c
84
return
CBS_CONT
;
116
return
CBS_CONT
;
libltrace.c
69
return
CBS_CONT
;
proc.c
243
return
CBS_CONT
;
354
return
CBS_CONT
;
514
return
CBS_CONT
;
649
case
CBS_CONT
:
676
case
CBS_CONT
:
735
return
CBS_CONT
;
882
return
CBS_CONT
;
998
case
CBS_CONT
:
dict.c
94
return
CBS_CONT
;
147
return
CBS_CONT
;
267
return
CBS_CONT
;
457
if (cb(key, getvalue(dict, i), data) !=
CBS_CONT
)
538
return
CBS_CONT
;
vect.c
184
case
CBS_CONT
:
breakpoints.c
390
return
CBS_CONT
;
type.c
298
return
CBS_CONT
;
ltrace-elf.c
226
case
CBS_CONT
:
897
? CBS_STOP :
CBS_CONT
;
[
all
...]
read_config_file.c
1106
return
CBS_CONT
;
/external/ltrace/sysdeps/linux-gnu/mips/
plt.c
309
return
CBS_CONT
;
319
return
CBS_CONT
;
328
return
CBS_CONT
;
335
return
CBS_CONT
;
/external/ltrace/sysdeps/linux-gnu/
trace.c
230
return
CBS_CONT
;
248
return
CBS_CONT
;
261
return
CBS_CONT
;
290
return
CBS_CONT
;
297
if (task_stopped(task, &st) ==
CBS_CONT
)
298
return
CBS_CONT
;
301
return
CBS_CONT
;
312
return
CBS_CONT
;
322
return
CBS_CONT
;
371
case
CBS_CONT
[
all
...]
hooks.c
64
return
CBS_CONT
;
/external/ltrace/sysdeps/linux-gnu/ppc/
plt.c
875
return
CBS_CONT
;
1031
return
CBS_CONT
;
1039
return
CBS_CONT
;
[
all
...]
Completed in 1606 milliseconds