Home
last modified time | relevance | path

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

12

/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()
68 return INTUSE(dwarf_attr) (&skel_die, search_name, result); in dwarf_attr_integrate()
Dlibdw_find_split_unit.c106 if (dwarf_attr (&cudie, DW_AT_dwo_name, &dwo_name) != NULL in __libdw_find_split_unit()
107 || dwarf_attr (&cudie, DW_AT_GNU_dwo_name, &dwo_name) != NULL) in __libdw_find_split_unit()
124 dwarf_attr (&cudie, DW_AT_comp_dir, &compdir); in __libdw_find_split_unit()
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_getlocation_attr.c132 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL) in dwarf_getlocation_attr()
147 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL in dwarf_getlocation_attr()
148 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_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_getlocation_implicit_pointer.c70 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL in dwarf_getlocation_implicit_pointer()
71 && 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_next_lines.c109 if (dwarf_formudata (dwarf_attr (&cudie, DW_AT_stmt_list, &attr), in dwarf_next_lines()
140 if (dwarf_formudata (dwarf_attr (&cudie, DW_AT_stmt_list, &attr), in dwarf_next_lines()
DlibdwP.h1002 if (dwarf_attr (&cu_die, DW_AT_GNU_addr_base, &attr) != NULL in __libdw_cu_addr_base()
1003 || dwarf_attr (&cu_die, DW_AT_addr_base, &attr) != NULL) in __libdw_cu_addr_base()
1042 if (dwarf_attr (&cu_die, DW_AT_str_offsets_base, &attr) != NULL) in str_offsets_base_off()
1138 if (dwarf_attr (&cu_die, DW_AT_GNU_ranges_base, &attr) != NULL) in __libdw_cu_ranges_base()
1147 if (dwarf_attr (&cu_die, DW_AT_rnglists_base, &attr) != NULL) in __libdw_cu_ranges_base()
1225 if (dwarf_attr (&cu_die, DW_AT_loclists_base, &attr) != NULL) in __libdw_cu_locs_base()
1349 INTDECL (dwarf_attr)
Ddwarf_lowpc.c45 attr = INTUSE(dwarf_attr) (die, DW_AT_low_pc, &attr_mem); in dwarf_lowpc()
Ddwarf_highpc.c47 attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc, &attr_high_mem); in dwarf_highpc()
Ddwarf_getmacros.c46 if (INTUSE(dwarf_attr) (die, name, &attr) == NULL) in get_offset_from()
124 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem); in get_macinfo_table()
179 = 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()
/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()
Daggregate_size.c40 type = dwarf_formref_die (dwarf_attr (var, DW_AT_type, &attr_mem), in print_var_type_size()
Dvarlocs.c130 if (dwarf_attr (base, DW_AT_encoding, &encoding) == NULL in print_base_type()
136 if (dwarf_attr (base, DW_AT_byte_size, &bsize) != NULL in print_base_type()
139 else if (dwarf_attr (base, DW_AT_bit_size, &bsize) == NULL in print_base_type()
714 if (dwarf_attr (funcdie, DW_AT_frame_base, &fb_attr) == NULL) in print_varlocs()
796 if (dwarf_attr (&child, DW_AT_location, &attr) == NULL) in print_varlocs()
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()
Dattr-integrate-skel.c73 if (dwarf_attr (&subdie, DW_AT_low_pc, &attr) != NULL) in main()
Dpeel_type.c55 type = dwarf_formref_die (dwarf_attr (var, DW_AT_type, &attr_mem), in print_var_raw_type()
/external/elfutils/src/
Daddr2line.c355 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
362 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
366 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
565 comp_dir = dwarf_formstring (dwarf_attr (cu, DW_AT_comp_dir, &attr)); in print_src()
789 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_file, in handle_address()
793 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_line, in handle_address()
797 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_column, in handle_address()
/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.c44 return INTUSE(dwarf_formstring) (INTUSE(dwarf_attr) (&cu->die, in dwfl_line_comp_dir()

12