Searched refs:vdata (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/backtrace/ |
| A D | btest.c | 166 callback_one (void *vdata, uintptr_t pc ATTRIBUTE_UNUSED, in callback_one() argument 169 struct bdata *data = (struct bdata *) vdata; in callback_one() 203 error_callback_one (void *vdata, const char *msg, int errnum) in error_callback_one() argument 205 struct bdata *data = (struct bdata *) vdata; in error_callback_one() 217 callback_two (void *vdata, uintptr_t pc) in callback_two() argument 219 struct sdata *data = (struct sdata *) vdata; in callback_two() 237 error_callback_two (void *vdata, const char *msg, int errnum) in error_callback_two() argument 239 struct sdata *data = (struct sdata *) vdata; in error_callback_two() 251 callback_three (void *vdata, uintptr_t pc ATTRIBUTE_UNUSED, in callback_three() argument 255 struct symdata *data = (struct symdata *) vdata; in callback_three() [all …]
|
| A D | simple.c | 62 simple_unwind (struct _Unwind_Context *context, void *vdata) in simple_unwind() argument 64 struct backtrace_simple_data *bdata = (struct backtrace_simple_data *) vdata; in simple_unwind()
|
| A D | backtrace.c | 67 unwind (struct _Unwind_Context *context, void *vdata) in unwind() argument 69 struct backtrace_data *bdata = (struct backtrace_data *) vdata; in unwind()
|
Completed in 5 milliseconds