Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2expr.c43 retval->stack_allocated = 10; in new_dwarf_expr_context()
44 retval->stack = xmalloc (retval->stack_allocated * sizeof (CORE_ADDR)); in new_dwarf_expr_context()
66 if (ctx->stack_len + need > ctx->stack_allocated) in dwarf_expr_grow_stack()
71 ctx->stack_allocated = newlen; in dwarf_expr_grow_stack()
H A Ddwarf2expr.h33 int stack_len, stack_allocated; member