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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dstack.c1914 struct function_bounds *func_bounds = (struct function_bounds *) NULL;
1921 func_bounds = (struct function_bounds *) xmalloc (
1928 &func_bounds[i].low,
1929 &func_bounds[i].high) == 0)
1931 func_bounds[i].low =
1932 func_bounds[i].high = (CORE_ADDR) NULL;
1939 found = (get_frame_pc (fp) >= func_bounds[i].low &&
1940 get_frame_pc (fp) < func_bounds[i].high);
1949 if (func_bounds)
1950 xfree (func_bounds);
1907 struct function_bounds *func_bounds = (struct function_bounds *) NULL; local
[all...]

Completed in 85 milliseconds