Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dstack.c2011 struct function_bounds *func_bounds = (struct function_bounds *) NULL; in func_command() local
2018 func_bounds = (struct function_bounds *) xmalloc ( in func_command()
2025 &func_bounds[i].low, in func_command()
2026 &func_bounds[i].high) == 0) in func_command()
2028 func_bounds[i].low = in func_command()
2029 func_bounds[i].high = (CORE_ADDR) NULL; in func_command()
2036 found = (get_frame_pc (fp) >= func_bounds[i].low && in func_command()
2037 get_frame_pc (fp) < func_bounds[i].high); in func_command()
2046 if (func_bounds) in func_command()
2047 xfree (func_bounds); in func_command()