Searched refs:dwarf_getlocation (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/libdw/ |
D | libdw.map | 48 dwarf_getlocation;
|
D | Android.mk | 73 dwarf_getlocation.c \
|
D | ChangeLog | 176 * dwarf_getlocation.c (dwarf_getlocation_addr): Use zero as base 237 dwarf_getlocation. 241 * dwarf_getlocation.c (dwarf_getlocation_addr): Add some unlikelys. 292 * dwarf_getlocation.c (dwarf_getlocation_addr): Use it. 297 * dwarf_getlocation.c: ... here. 299 (dwarf_getloclist): Renamed to dwarf_getlocation. 302 * libdw.h (dwarf_getloclist): Renamed to dwarf_getlocation.
|
D | Makefile.am | 76 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \
|
D | dwarf_getlocation.c | 342 dwarf_getlocation (attr, llbuf, listlen) in dwarf_getlocation() function
|
D | libdw.h | 506 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
|
D | Makefile.in | 101 dwarf_getlocation.$(OBJEXT) dwarf_getstring.$(OBJEXT) \ 288 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \ 437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_getlocation.Po@am__quote@
|
/external/elfutils/src/ |
D | nm.c | 599 if (dwarf_getlocation (locattr, &loc, &nloc) != 0) in get_var_range()
|
D | ChangeLog | 973 * nm.c (get_var_range): dwarf_getloclist -> dwarf_getlocation.
|
/external/elfutils/ |
D | elfutils.spec | 323 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
|
D | NEWS | 211 dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr.
|
/external/elfutils/config/ |
D | elfutils.spec.in | 323 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
|
/external/linux-tools-perf/util/ |
D | probe-finder.c | 429 ret = dwarf_getlocation(&attr, &expr, &nexpr); in die_get_data_member_location()
|