Searched refs:list_in_scope (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarfread.c | 372 struct pending **list_in_scope = &file_symbols; variable 1733 add_symbol_to_list (sym, list_in_scope); in enum_type() 1797 list_in_scope = &local_symbols; in read_func_scope() 1803 list_in_scope = &file_symbols; in read_func_scope() 2887 add_symbol_to_list (sym, list_in_scope); in new_symbol() 2931 add_symbol_to_list (sym, list_in_scope); in new_symbol() 2939 add_symbol_to_list (sym, list_in_scope); in new_symbol() 2964 add_symbol_to_list (sym, list_in_scope); in new_symbol() 2969 add_symbol_to_list (sym, list_in_scope); in new_symbol() 3021 add_symbol_to_list (sym, list_in_scope); in synthesize_typedef()
|
H A D | dwarf2read.c | 292 struct pending **list_in_scope; member 1445 cu.list_in_scope = &file_symbols; in dwarf2_build_psymtabs_hard() 2565 cu->list_in_scope = &file_symbols; in process_full_comp_unit() 2939 cu->list_in_scope = &local_symbols; in read_func_scope() 2966 cu->list_in_scope = &file_symbols; in read_func_scope() 6814 add_symbol_to_list (sym, cu->list_in_scope); in new_symbol() 6825 add_symbol_to_list (sym, cu->list_in_scope); in new_symbol() 6858 add_symbol_to_list (sym, cu->list_in_scope); in new_symbol() 6908 ? &global_symbols : cu->list_in_scope); in new_symbol() 6943 add_symbol_to_list (sym, cu->list_in_scope); in new_symbol() [all …]
|
H A D | ChangeLog | 11795 language, language_defn, list_in_scope, and ftypes members. 11797 (cu_language_defn, list_in_scope, ftypes, cu_header_offset) 11808 cu.list_in_scope. Don't initialize cu_header_offset. 11813 cu.list_in_scope.
|
H A D | ChangeLog-1992 | 6156 * dwarfread.c (list_in_scope): Needs an initial value, use file
|
H A D | ChangeLog-2002 | 2307 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
|