Searched refs:dwarf_getlocation_die (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation_die.c | 37 dwarf_getlocation_die (Dwarf_Attribute *attr, const Dwarf_Op *op, in dwarf_getlocation_die() function 76 INTDEF(dwarf_getlocation_die);
|
D | dwarf_getlocation_attr.c | 89 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0) in dwarf_getlocation_attr() 102 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0) in dwarf_getlocation_attr()
|
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 | libdwP.h | 782 INTDECL (dwarf_getlocation_die)
|
D | libdw.h | 730 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
|
D | ChangeLog | 830 * dwarf_getlocation_die.c: Likewise. 831 * libdw.h (dwarf_getlocation_die): New function definition. 833 * libdwP.h: Declare internal dwarf_getlocation_die. 834 * libdw.map (ELFUTILS_0.157): Add dwarf_getlocation_die and 836 * Makefile.am (libdw_a_SOURCES): Add dwarf_getlocation_die.c and
|
/external/elfutils/tests/ |
D | varlocs.c | 282 if (dwarf_getlocation_die (attr, expr, &call_die) != 0) in print_expr() 388 if (dwarf_getlocation_die (attr, expr, &impl_die) != 0) in print_expr() 448 if (dwarf_getlocation_die (attr, expr, ¶m) != 0) in print_expr() 469 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 488 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 503 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 519 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 730 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
|
/external/elfutils/config/ |
D | elfutils.spec.in | 332 and dwarf_getlocation_die.
|
/external/elfutils/ |
D | NEWS | 133 and dwarf_getlocation_die.
|