Home
last modified time | relevance | path

Searched refs:dwarf_getlocation (Results 1 – 15 of 15) sorted by relevance

/external/elfutils/src/libdw/
DChangeLog52 * dwarf_getlocation.c (store_implicit_value): Call get_uleb128
275 * dwarf_getlocation.c (attr_ok): Also accept
401 * dwarf_getlocation.c (store_implicit_value): Void the unused uleb128.
414 * dwarf_getlocation.c (__libdw_intern_expression): Handle empty
483 * dwarf_getlocation.c (store_implicit_value): Cast op->number2 to
512 * dwarf_getlocation.c (store_implicit_value): Don't take data
531 * dwarf_getlocation.c (attr_ok): Also accept DW_AT_segment.
608 * dwarf_getlocation.c (__libdw_intern_expression): Handle
626 * dwarf_getlocation.c (__libdw_intern_expression) <cfap>: Make new
791 * dwarf_getlocation.c (__libdw_intern_expression): Handle it.
[all …]
DAndroid.mk76 dwarf_getlocation.c \
Dlibdw.map48 dwarf_getlocation;
DMakefile.am71 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \
DMakefile174 dwarf_getsrcdirs.$(OBJEXT) dwarf_getlocation.$(OBJEXT) \
434 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \
618 include ./$(DEPDIR)/dwarf_getlocation.Po
DMakefile.in174 dwarf_getsrcdirs.$(OBJEXT) dwarf_getlocation.$(OBJEXT) \
434 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_getlocation.Po@am__quote@
Dlibdw.h673 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
Ddwarf_getlocation.c575 dwarf_getlocation (attr, llbuf, listlen) in dwarf_getlocation() function
/external/elfutils/src/tests/
Dvarlocs.c290 if (dwarf_getlocation (&call_attr, &call_ops, &call_len) != 0) in print_expr()
432 if (dwarf_getlocation (&entry_attr, &entry_ops, &entry_len) != 0) in print_expr()
566 if (dwarf_getlocation (&fb_attr, &fb_expr, &fb_exprlen) == 0) in print_varlocs()
648 if (dwarf_getlocation (&attr, &expr, &exprlen) == 0) in print_varlocs()
/external/elfutils/include/elfutils/
Dlibdw.h673 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
/external/linux-tools-perf/src/tools/perf/util/
Ddwarf-aux.c300 ret = dwarf_getlocation(&attr, &expr, &nexpr); in die_get_data_member_location()
/external/elfutils/src/config/
Delfutils.spec.in266 - libdw: Handle GNU extension opcodes in dwarf_getlocation.
571 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
/external/elfutils/src/
DNEWS86 libdw: Handle GNU extension opcodes in dwarf_getlocation.
522 dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr.
/external/elfutils/src/src/
Dnm.c617 if (dwarf_getlocation (locattr, &loc, &nloc) != 0) in get_var_range()
DChangeLog2616 * nm.c (get_var_range): dwarf_getloclist -> dwarf_getlocation.