Searched refs:dwarf_getlocation_die (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/src/libdw/ |
D | dwarf_getlocation_die.c | 37 dwarf_getlocation_die (attr, op, result) in dwarf_getlocation_die() function 78 INTDEF(dwarf_getlocation_die);
|
D | dwarf_getlocation_attr.c | 92 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0) 105 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0)
|
D | Android.mk | 77 dwarf_getlocation_die.c \
|
D | libdw.map | 267 dwarf_getlocation_die;
|
D | Makefile.am | 90 dwarf_getlocation_die.c dwarf_getlocation_attr.c \
|
D | Makefile | 196 dwarf_getlocation_die.$(OBJEXT) \ 453 dwarf_getlocation_die.c dwarf_getlocation_attr.c \ 620 include ./$(DEPDIR)/dwarf_getlocation_die.Po
|
D | Makefile.in | 196 dwarf_getlocation_die.$(OBJEXT) \ 453 dwarf_getlocation_die.c dwarf_getlocation_attr.c \ 620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_getlocation_die.Po@am__quote@
|
D | libdwP.h | 784 INTDECL (dwarf_getlocation_die)
|
D | libdw.h | 729 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
|
D | ChangeLog | 520 * dwarf_getlocation_die.c: Likewise. 521 * libdw.h (dwarf_getlocation_die): New function definition. 523 * libdwP.h: Declare internal dwarf_getlocation_die. 524 * libdw.map (ELFUTILS_0.157): Add dwarf_getlocation_die and 526 * Makefile.am (libdw_a_SOURCES): Add dwarf_getlocation_die.c and
|
/external/elfutils/src/tests/ |
D | varlocs.c | 284 if (dwarf_getlocation_die (attr, expr, &call_die) != 0) in print_expr() 390 if (dwarf_getlocation_die (attr, expr, &impl_die) != 0) in print_expr() 450 if (dwarf_getlocation_die (attr, expr, ¶m) != 0) in print_expr() 471 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 490 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 505 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 521 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 729 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
|
/external/elfutils/src/config/ |
D | elfutils.spec.in | 259 and dwarf_getlocation_die.
|
/external/elfutils/src/ |
D | NEWS | 74 and dwarf_getlocation_die.
|