Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstack.c1893 struct function_bounds struct
1907 struct function_bounds *func_bounds = (struct function_bounds *) NULL; in func_command() argument
1914 func_bounds = (struct function_bounds *) xmalloc ( in func_command()
1915 sizeof (struct function_bounds) * sals.nelts); in func_command()
H A DChangeLog-19999130 * stack.c (struct function_bounds): Remove superfluous `typedef'.