Searched refs:base_ptr (Results 1 – 1 of 1) sorted by relevance
132 uintptr_t base_ptr; in walk_stackframe() local139 base_ptr = esf->rbp; in walk_stackframe()141 base_ptr = esf->ebp; in walk_stackframe()148 if (base_ptr == 0U) { in walk_stackframe()154 if (base_ptr % sizeof(base_ptr) != 0U) { in walk_stackframe()159 frame = (struct stack_frame *)base_ptr; in walk_stackframe()183 base_ptr = frame->next; in walk_stackframe()