HomeSort by relevance Sort by last modified time
    Searched refs:sp_list (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/
debuggerd.c 55 unsigned int sp_list[],
130 int unwind_depth, unsigned int sp_list[],
195 end = sp_list[unwind_depth-1];
198 end = sp_list[STACK_CONTENT_DEPTH-1];
211 if (sp_list[0] == sp_list[1]) {
222 if (p == sp_list[sp_depth]) {
441 unsigned int sp_list[STACK_CONTENT_DEPTH]; local
454 memset(sp_list, 0, sizeof(sp_list));
    [all...]
unwind-arm.c 388 unsigned int sp_list[],
398 sp_list[stack_level] = vrs->core.r[R_SP];
466 unsigned int sp_list[], int *frame0_pc_sane,
499 map, sp_list, at_fault);
533 map, sp_list, at_fault) != _URC_NO_REASON) {

Completed in 163 milliseconds