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

1 2

  /external/elfutils/0.153/libdw/
dwarf_entrypc.c 65 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_entry_pc,
67 ?: INTUSE(dwarf_attr) (die, DW_AT_low_pc,
dwarf_attr_integrate.c 65 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result);
69 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result);
71 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result);
dwarf_attr.c 60 dwarf_attr (die, search_name, result) function
76 INTDEF(dwarf_attr)
dwarf_hasattr_integrate.c 68 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin,
71 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem);
dwarf_getlocation_implicit_pointer.c 78 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
79 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL)
dwarf_highpc.c 66 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_high_pc,
dwarf_lowpc.c 66 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_low_pc,
dwarf_func_inline.c 73 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin,
94 if (INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (func, DW_AT_inline,
dwarf_ranges.c 138 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_ranges,
162 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
dwarf_getmacros.c 82 if (INTUSE(dwarf_attr) (die, DW_AT_macro_info, &attr) == NULL)
dwarf_getscopevar.c 72 return INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (die, search_name,
libdw_visit_scopes.c 151 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&child.die,
dwarf_getscopes.c 177 Dwarf_Attribute *attr = INTUSE (dwarf_attr) (inlinedie,
Android.mk 35 dwarf_attr.c \
Makefile.am 47 dwarf_attr.c dwarf_formstring.c \
dwarf_getsrclines.c 108 Dwarf_Attribute *stmt_list = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list,
112 also checks whether the previous dwarf_attr call failed. */
122 Dwarf_Attribute *compdir_attr = INTUSE(dwarf_attr) (cudie,
dwarf_getlocation.c 654 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
libdw.h 405 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigned int search_name,
412 /* These are the same as dwarf_attr and dwarf_hasattr, respectively,
  /external/elfutils/0.153/libdwfl/
dwfl_line_comp_dir.c 61 return INTUSE(dwarf_formstring) (INTUSE(dwarf_attr) (&cu->die,
  /external/elfutils/0.153/backends/
s390_retval.c 99 attr = dwarf_attr (typedie, DW_AT_type, &attr_mem);
115 if (dwarf_formudata (dwarf_attr (typedie, DW_AT_byte_size,
ia64_retval.c 255 attr = dwarf_attr (typedie, DW_AT_type, &attr_mem);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dwarf-aux.c 67 if (dwarf_attr(cu_die, DW_AT_comp_dir, &attr) == NULL)
158 if (!dwarf_attr(in_die, DW_AT_call_line, &attr))
227 if (dwarf_attr(tp_die, attr_name, &attr) == NULL ||
240 if (dwarf_attr(tp_die, attr_name, &attr) == NULL ||
277 dwarf_attr(dw_die, DW_AT_declaration, &attr) == NULL);
295 if (dwarf_attr(mb_die, DW_AT_data_member_location, &attr) == NULL)
519 attr = dwarf_attr(inst, DW_AT_abstract_origin, &attr_mem);
probe-finder.c 296 if (dwarf_attr(vr_die, DW_AT_external, &attr) != NULL)
300 if (dwarf_attr(vr_die, DW_AT_location, &attr) == NULL ||
757 dwarf_attr(&pf->sp_die, DW_AT_frame_base, &fb_attr);
    [all...]
  /external/elfutils/0.153/src/
addr2line.c 280 if (dwarf_formudata (dwarf_attr (&scopes[i],
287 if (dwarf_formudata (dwarf_attr (&scopes[i],
291 if (dwarf_formudata (dwarf_attr (&scopes[i],
nm.c 619 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem);
684 Dwarf_Attribute *attr = dwarf_attr (die, DW_AT_name, &attr_mem);
690 attr = dwarf_attr (die, DW_AT_decl_file, &attr_mem);
695 attr = dwarf_attr (die, DW_AT_decl_line, &attr_mem);
    [all...]

Completed in 279 milliseconds

1 2