Searched refs:dwarf_getlocation (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/src/libdw/ |
D | ChangeLog | 52 * 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 …]
|
D | Android.mk | 76 dwarf_getlocation.c \
|
D | libdw.map | 48 dwarf_getlocation;
|
D | Makefile.am | 71 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \
|
D | Makefile | 174 dwarf_getsrcdirs.$(OBJEXT) dwarf_getlocation.$(OBJEXT) \ 434 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \ 618 include ./$(DEPDIR)/dwarf_getlocation.Po
|
D | Makefile.in | 174 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@
|
D | libdw.h | 673 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
|
D | dwarf_getlocation.c | 575 dwarf_getlocation (attr, llbuf, listlen) in dwarf_getlocation() function
|
/external/elfutils/src/tests/ |
D | varlocs.c | 290 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/ |
D | libdw.h | 673 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | dwarf-aux.c | 300 ret = dwarf_getlocation(&attr, &expr, &nexpr); in die_get_data_member_location()
|
/external/elfutils/src/config/ |
D | elfutils.spec.in | 266 - libdw: Handle GNU extension opcodes in dwarf_getlocation. 571 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
|
/external/elfutils/src/ |
D | NEWS | 86 libdw: Handle GNU extension opcodes in dwarf_getlocation. 522 dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr.
|
/external/elfutils/src/src/ |
D | nm.c | 617 if (dwarf_getlocation (locattr, &loc, &nloc) != 0) in get_var_range()
|
D | ChangeLog | 2616 * nm.c (get_var_range): dwarf_getloclist -> dwarf_getlocation.
|