Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c1204 int dependencies_used, dependencies_allocated; in read_dbx_symtab() local
1224 dependencies_used = 0; in read_dbx_symtab()
1369 dependency_list, dependencies_used, textlow_not_set); in read_dbx_symtab()
1372 dependencies_used = 0; in read_dbx_symtab()
1492 dependency_list, dependencies_used, in read_dbx_symtab()
1496 dependencies_used = 0; in read_dbx_symtab()
2011 for (i = 0; i < dependencies_used; i++) in read_dbx_symtab()
2022 dependency_list[dependencies_used++] = needed_pst; in read_dbx_symtab()
2023 if (dependencies_used >= dependencies_allocated) in read_dbx_symtab()
2031 (dependencies_used in read_dbx_symtab()
[all …]
Dxcoffread.c2146 int dependencies_used, dependencies_allocated; in scan_xcoff_symtab() local
2167 dependencies_used = 0; in scan_xcoff_symtab()
2247 dependencies_used, textlow_not_set); in scan_xcoff_symtab()
2249 dependencies_used = 0; in scan_xcoff_symtab()
2420 dependencies_used, textlow_not_set); in scan_xcoff_symtab()
2422 dependencies_used = 0; in scan_xcoff_symtab()
2819 dependencies_used, textlow_not_set); in scan_xcoff_symtab()
Dmdebugread.c2237 int dependencies_used, dependencies_allocated; in parse_partial_symbols() local
2265 dependencies_used = 0; in parse_partial_symbols()
2863 dependencies_used = 0; in parse_partial_symbols()
3227 dependencies_used = 0; in parse_partial_symbols()
3595 dependency_list, dependencies_used, textlow_not_set); in parse_partial_symbols()
3597 dependencies_used = 0; in parse_partial_symbols()
Dhpread.c1793 int dependencies_used, dependencies_allocated; in hpread_build_psymtabs() local
1811 dependencies_used = 0; in hpread_build_psymtabs()
1995 dependency_list, dependencies_used); in hpread_build_psymtabs()
1998 dependencies_used = 0; in hpread_build_psymtabs()
2028 dependency_list, dependencies_used); in hpread_build_psymtabs()
2031 dependencies_used = 0; in hpread_build_psymtabs()
2273 0, dependency_list, dependencies_used); in hpread_build_psymtabs()
DChangeLog-19951318 and dependencies_used after finishing the partial symbol table.