Home
last modified time | relevance | path

Searched refs:dwarf_attr (Results 1 – 25 of 38) sorted by relevance

12

/external/elfutils/tests/
Dshow-die-info.c110 if (dwarf_attr (die, DW_AT_low_pc, &attr) == NULL in handle()
127 if (dwarf_attr (die, DW_AT_high_pc, &attr) == NULL in handle()
145 if (dwarf_attr (die, DW_AT_byte_size, &attr) == NULL in handle()
173 if (dwarf_attr (die, DW_AT_bit_size, &attr) == NULL in handle()
202 if (dwarf_attr (die, DW_AT_bit_offset, &attr) == NULL in handle()
231 if (dwarf_attr (die, DW_AT_language, &attr) == NULL in handle()
261 if (dwarf_attr (die, DW_AT_ordering, &attr) == NULL in handle()
287 if (dwarf_attr (die, DW_AT_comp_dir, &attr) == NULL in handle()
297 if (dwarf_attr (die, DW_AT_producer, &attr) == NULL in handle()
Ddwflmodtest.c52 if (dwarf_formudata (dwarf_attr (instance, DW_AT_call_file, in print_instance()
57 if (dwarf_formudata (dwarf_attr (instance, DW_AT_call_line, in print_instance()
60 if (dwarf_formudata (dwarf_attr (instance, DW_AT_call_column, in print_instance()
86 Dwarf_Attribute *attr = dwarf_attr (instance, DW_AT_entry_pc, &attr_mem); in print_instance()
Dvarlocs.c86 if (dwarf_attr (base, DW_AT_encoding, &encoding) == NULL in print_base_type()
92 if (dwarf_attr (base, DW_AT_byte_size, &bsize) != NULL in print_base_type()
95 else if (dwarf_attr (base, DW_AT_bit_size, &bsize) == NULL in print_base_type()
559 if (dwarf_attr (funcdie, DW_AT_frame_base, &fb_attr) == NULL) in print_varlocs()
641 if (dwarf_attr (&child, DW_AT_location, &attr) == NULL) in print_varlocs()
Daggregate_size.c40 type = dwarf_formref_die (dwarf_attr (var, DW_AT_type, &attr_mem), in print_var_type_size()
Dtypeiter2.c68 form = dwarf_formref_die (dwarf_attr (iter, DW_AT_type, in main()
Dtypeiter.c56 dwarf_formref_die (dwarf_attr (iter, DW_AT_type, in main()
Daddrscopes.c74 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem), in print_vars()
/external/elfutils/libdw/
Ddwarf_attr_integrate.c44 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result); in dwarf_attr_integrate()
48 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result); in dwarf_attr_integrate()
50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result); in dwarf_attr_integrate()
Ddwarf_getlocation_attr.c91 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL) in dwarf_getlocation_attr()
104 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL in dwarf_getlocation_attr()
105 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_attr()
Ddwarf_entrypc.c42 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_entry_pc, in dwarf_entrypc()
44 ?: INTUSE(dwarf_attr) (die, DW_AT_low_pc, in dwarf_entrypc()
Ddwarf_attr.c39 dwarf_attr (Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result) in dwarf_attr() function
52 INTDEF(dwarf_attr)
Ddwarf_hasattr_integrate.c47 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, in dwarf_hasattr_integrate()
50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem); in dwarf_hasattr_integrate()
Ddwarf_highpc.c42 Dwarf_Attribute *attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc, in dwarf_highpc()
52 if (INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_low_pc, in dwarf_highpc()
Ddwarf_getlocation_implicit_pointer.c69 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL in dwarf_getlocation_implicit_pointer()
70 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_implicit_pointer()
Ddwarf_func_inline.c53 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin, in scope_visitor()
74 if (INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (func, DW_AT_inline, in dwarf_func_inline()
Ddwarf_ranges.c117 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_ranges, in dwarf_ranges()
141 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie, in dwarf_ranges()
Ddwarf_lowpc.c43 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_low_pc, in dwarf_lowpc()
Ddwarf_getmacros.c47 if (INTUSE(dwarf_attr) (die, name, &attr) == NULL) in get_offset_from()
125 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem); in get_macinfo_table()
180 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem); in get_table_for_offset()
Ddwarf_getscopevar.c51 return INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (die, search_name, in getattr()
Dlibdw_visit_scopes.c125 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&state->child.die, in walk_children()
Ddwarf_getscopes.c156 Dwarf_Attribute *attr = INTUSE (dwarf_attr) (inlinedie, in pc_record()
/external/elfutils/src/
Daddr2line.c369 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
376 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
380 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
579 comp_dir = dwarf_formstring (dwarf_attr (cu, DW_AT_comp_dir, &attr)); in print_src()
797 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_file, in handle_address()
801 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_line, in handle_address()
805 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_column, in handle_address()
Dstack.c282 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_file, &attr), in print_frame()
286 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_line, in print_frame()
290 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_column, in print_frame()
/external/elfutils/backends/
Ds390_retval.c86 attr = dwarf_attr (typedie, DW_AT_type, &attr_mem); in s390_return_value_location()
103 if (dwarf_formudata (dwarf_attr (typedie, DW_AT_byte_size, in s390_return_value_location()
/external/elfutils/libdwfl/
Ddwfl_line_comp_dir.c40 return INTUSE(dwarf_formstring) (INTUSE(dwarf_attr) (&cu->die, in dwfl_line_comp_dir()

12