Searched refs:dwarf_getlocation_die (Results 1 - 5 of 5) sorted by relevance
/third_party/elfutils/libdw/ |
H A 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); variable
|
H A 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()
|
H A D | libdw.h | 808 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
|
H A D | libdwP.h | 1384 INTDECL (dwarf_getlocation_die)
|
/third_party/elfutils/tests/ |
H A D | varlocs.c | 338 if (dwarf_getlocation_die (attr, expr, &call_die) != 0) in print_expr() 339 error (EXIT_FAILURE, 0, "dwarf_getlocation_die for %s error %s", in print_expr() 445 if (dwarf_getlocation_die (attr, expr, &impl_die) != 0) in print_expr() 446 error (EXIT_FAILURE, 0, "dwarf_getlocation_die: %s", in print_expr() 486 if (dwarf_getlocation_die (attr, expr, &impl_die) != 0) in print_expr() 487 error (EXIT_FAILURE, 0, "dwarf_getlocation_die: %s", in print_expr() 546 if (dwarf_getlocation_die (attr, expr, ¶m) != 0) in print_expr() 547 error (EXIT_FAILURE, 0, "dwarf_getlocation_die: %s", in print_expr() 570 if (dwarf_getlocation_die (attr, expr, &type) != 0) in print_expr() 571 error (EXIT_FAILURE, 0, "dwarf_getlocation_die in print_expr() [all...] |
Completed in 6 milliseconds