Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/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
H A DChangeLog-20039598 correctly indicate an empty stack and ``stack_allocated'' to the