Searched refs:dwarf_getlocation_die (Results 1 – 11 of 11) 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 95 INTDEF(dwarf_getlocation_die);
|
D | dwarf_getlocation_attr.c | 130 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0) in dwarf_getlocation_attr() 145 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0) in dwarf_getlocation_attr()
|
D | libdw.map | 266 dwarf_getlocation_die;
|
D | Makefile.am | 90 dwarf_getlocation_die.c dwarf_getlocation_attr.c \
|
D | ChangeLog | 162 * dwarf_getlocation_die.c (dwarf_getlocation_die): Check offset 562 * dwarf_getlocation_die.c (dwarf_getlocation_die): Handle 626 * dwarf_getlocation_die.c (dwarf_getlocation_die): Use ISV4TU 746 * dwarf_getlocation_die.c (dwarf_getlocation_die): Likewise. 1724 * dwarf_getlocation_die.c: Likewise. 1725 * libdw.h (dwarf_getlocation_die): New function definition. 1727 * libdwP.h: Declare internal dwarf_getlocation_die. 1728 * libdw.map (ELFUTILS_0.157): Add dwarf_getlocation_die and 1730 * Makefile.am (libdw_a_SOURCES): Add dwarf_getlocation_die.c and
|
D | libdw.h | 792 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
|
D | libdwP.h | 1350 INTDECL (dwarf_getlocation_die)
|
/external/elfutils/tests/ |
D | varlocs.c | 339 if (dwarf_getlocation_die (attr, expr, &call_die) != 0) in print_expr() 446 if (dwarf_getlocation_die (attr, expr, &impl_die) != 0) in print_expr() 487 if (dwarf_getlocation_die (attr, expr, &impl_die) != 0) in print_expr() 547 if (dwarf_getlocation_die (attr, expr, ¶m) != 0) in print_expr() 571 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 591 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 607 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 622 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 638 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 792 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
|
/external/elfutils/config/ |
D | elfutils.spec.in | 433 and dwarf_getlocation_die.
|
/external/elfutils/ |
D | NEWS | 289 and dwarf_getlocation_die.
|