Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/bfd/
H A Ddwarf2.c2107 struct funcinfo **nested_funcs; in scan_unit_for_symbols() local
2113 nested_funcs = (struct funcinfo **) in scan_unit_for_symbols()
2115 if (nested_funcs == NULL) in scan_unit_for_symbols()
2117 nested_funcs[nesting_level] = 0; in scan_unit_for_symbols()
2165 if (nested_funcs[i]) in scan_unit_for_symbols()
2167 func->caller_func = nested_funcs[i]; in scan_unit_for_symbols()
2170 nested_funcs[nesting_level] = func; in scan_unit_for_symbols()
2189 nested_funcs[nesting_level] = 0; in scan_unit_for_symbols()
2332 bfd_realloc (nested_funcs, in scan_unit_for_symbols()
2336 nested_funcs = tmp; in scan_unit_for_symbols()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Ddwarf2.c2458 struct funcinfo **nested_funcs; in scan_unit_for_symbols() local
2464 nested_funcs = (struct funcinfo **) in scan_unit_for_symbols()
2466 if (nested_funcs == NULL) in scan_unit_for_symbols()
2468 nested_funcs[nesting_level] = 0; in scan_unit_for_symbols()
2520 if (nested_funcs[i]) in scan_unit_for_symbols()
2522 func->caller_func = nested_funcs[i]; in scan_unit_for_symbols()
2525 nested_funcs[nesting_level] = func; in scan_unit_for_symbols()
2544 nested_funcs[nesting_level] = 0; in scan_unit_for_symbols()
2698 bfd_realloc (nested_funcs, in scan_unit_for_symbols()
2702 nested_funcs = tmp; in scan_unit_for_symbols()
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Ddwarf2.c3170 } *nested_funcs; in scan_unit_for_symbols() local
3176 nested_funcs = (struct nest_funcinfo *) in scan_unit_for_symbols()
3177 bfd_malloc (nested_funcs_size * sizeof (*nested_funcs)); in scan_unit_for_symbols()
3178 if (nested_funcs == NULL) in scan_unit_for_symbols()
3180 nested_funcs[nesting_level].func = 0; in scan_unit_for_symbols()
3241 if (nested_funcs[i].func) in scan_unit_for_symbols()
3243 func->caller_func = nested_funcs[i].func; in scan_unit_for_symbols()
3246 nested_funcs[nesting_level].func = func; in scan_unit_for_symbols()
3266 nested_funcs[nesting_level].func = 0; in scan_unit_for_symbols()
3427 bfd_realloc (nested_funcs, in scan_unit_for_symbols()
[all …]