Searched refs:dwarf2_attr (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 725 static struct attribute *dwarf2_attr (struct die_info *, unsigned int, 1889 attr = dwarf2_attr (dies, DW_AT_entry_pc, &cu); in psymtab_to_symtab_1() 1897 attr = dwarf2_attr (dies, DW_AT_low_pc, &cu); in psymtab_to_symtab_1() 2061 attr = dwarf2_attr (die, DW_AT_name, cu); in read_file_scope() 2066 attr = dwarf2_attr (die, DW_AT_comp_dir, cu); in read_file_scope() 2088 attr = dwarf2_attr (die, DW_AT_language, cu); in read_file_scope() 2125 attr = dwarf2_attr (die, DW_AT_stmt_list, cu); in read_file_scope() 2142 attr = dwarf2_attr (die, DW_AT_macro_info, cu); in read_file_scope() 2249 attr = dwarf2_attr (die, DW_AT_frame_base, cu); in read_func_scope() 2355 attr = dwarf2_attr (die, DW_AT_high_pc, cu); in dwarf2_get_pc_bounds() [all …]
|