HomeSort by relevance Sort by last modified time
    Searched refs:dwarf_attr (Results 1 - 25 of 33) sorted by null

1 2

  /external/elfutils/libdw/
dwarf_entrypc.c 42 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_entry_pc,
44 ?: INTUSE(dwarf_attr) (die, DW_AT_low_pc,
dwarf_attr_integrate.c 44 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result);
48 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result);
50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result);
dwarf_attr.c 39 dwarf_attr (Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result) function
52 INTDEF(dwarf_attr)
dwarf_hasattr_integrate.c 47 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin,
50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem);
dwarf_highpc.c 42 Dwarf_Attribute *attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc,
52 if (INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_low_pc,
dwarf_lowpc.c 43 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_low_pc,
dwarf_getlocation_implicit_pointer.c 69 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
70 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL)
dwarf_getlocation_attr.c 91 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL)
104 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
105 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL)
dwarf_func_inline.c 53 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin,
74 if (INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (func, DW_AT_inline,
dwarf_ranges.c 117 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_ranges,
141 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
dwarf_getscopevar.c 51 return INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (die, search_name,
dwarf_getmacros.c 47 if (INTUSE(dwarf_attr) (die, name, &attr) == NULL)
125 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem);
180 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem);
dwarf_getscopes.c 156 Dwarf_Attribute *attr = INTUSE (dwarf_attr) (inlinedie,
libdw_visit_scopes.c 125 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&state->child.die,
  /external/elfutils/libdwfl/
dwfl_line_comp_dir.c 40 return INTUSE(dwarf_formstring) (INTUSE(dwarf_attr) (&cu->die,
  /external/elfutils/tests/
show-die-info.c 110 if (dwarf_attr (die, DW_AT_low_pc, &attr) == NULL
127 if (dwarf_attr (die, DW_AT_high_pc, &attr) == NULL
145 if (dwarf_attr (die, DW_AT_byte_size, &attr) == NULL
173 if (dwarf_attr (die, DW_AT_bit_size, &attr) == NULL
202 if (dwarf_attr (die, DW_AT_bit_offset, &attr) == NULL
231 if (dwarf_attr (die, DW_AT_language, &attr) == NULL
261 if (dwarf_attr (die, DW_AT_ordering, &attr) == NULL
287 if (dwarf_attr (die, DW_AT_comp_dir, &attr) == NULL
297 if (dwarf_attr (die, DW_AT_producer, &attr) == NULL
aggregate_size.c 40 type = dwarf_formref_die (dwarf_attr (var, DW_AT_type, &attr_mem),
dwflmodtest.c 52 if (dwarf_formudata (dwarf_attr (instance, DW_AT_call_file,
57 if (dwarf_formudata (dwarf_attr (instance, DW_AT_call_line,
60 if (dwarf_formudata (dwarf_attr (instance, DW_AT_call_column,
86 Dwarf_Attribute *attr = dwarf_attr (instance, DW_AT_entry_pc, &attr_mem);
typeiter.c 56 dwarf_formref_die (dwarf_attr (iter, DW_AT_type,
typeiter2.c 68 form = dwarf_formref_die (dwarf_attr (iter, DW_AT_type,
varlocs.c 86 if (dwarf_attr (base, DW_AT_encoding, &encoding) == NULL
92 if (dwarf_attr (base, DW_AT_byte_size, &bsize) != NULL
95 else if (dwarf_attr (base, DW_AT_bit_size, &bsize) == NULL
559 if (dwarf_attr (funcdie, DW_AT_frame_base, &fb_attr) == NULL)
560 error (EXIT_FAILURE, 0, "dwarf_attr fb: %s", dwarf_errmsg (-1));
641 if (dwarf_attr (&child, DW_AT_location, &attr) == NULL)
642 error (EXIT_FAILURE, 0, "dwarf_attr: %s", dwarf_errmsg (-1));
addrscopes.c 74 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem),
funcscopes.c 76 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem),
  /external/elfutils/backends/
s390_retval.c 86 attr = dwarf_attr (typedie, DW_AT_type, &attr_mem);
103 if (dwarf_formudata (dwarf_attr (typedie, DW_AT_byte_size,
  /external/elfutils/src/
addr2line.c 369 if (dwarf_formudata (dwarf_attr (&scopes[i],
376 if (dwarf_formudata (dwarf_attr (&scopes[i],
380 if (dwarf_formudata (dwarf_attr (&scopes[i],
579 comp_dir = dwarf_formstring (dwarf_attr (cu, DW_AT_comp_dir, &attr));
797 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_file,
801 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_line,
805 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_column,

Completed in 1156 milliseconds

1 2