Home
last modified time | relevance | path

Searched refs:stack_new (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/libdwfl/
Dframe_unwind.c131 Dwarf_Addr *stack_new = realloc (stack, stack_allocated * sizeof (*stack)); in expr_eval() local
132 if (stack_new == NULL) in expr_eval()
137 stack = stack_new; in expr_eval()