Searched refs:dwarf_getlocation_attr (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/tests/ |
H A D | varlocs.c | 333 if (dwarf_getlocation_attr (attr, expr, &call_attr) != 0) in print_expr() 334 error (EXIT_FAILURE, 0, "dwarf_getlocation_attr for %s error %s", in print_expr() 393 if (dwarf_getlocation_attr (attr, expr, &const_attr) != 0) in print_expr() 394 error (EXIT_FAILURE, 0, "dwarf_getlocation_attr: %s", in print_expr() 434 if (dwarf_getlocation_attr (attr, expr, &attrval2) != 0) in print_expr() 435 error (EXIT_FAILURE, 0, "dwarf_getlocation_attr: %s", in print_expr() 481 if (dwarf_getlocation_attr (attr, expr, &attrval) != 0) in print_expr() 482 error (EXIT_FAILURE, 0, "dwarf_getlocation_attr: %s", in print_expr() 517 entering the function. dwarf_getlocation_attr will return an in print_expr() 522 if (dwarf_getlocation_attr (att in print_expr() [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_getlocation_attr.c | 72 dwarf_getlocation_attr (Dwarf_Attribute *attr, const Dwarf_Op *op, Dwarf_Attribute *result) in dwarf_getlocation_attr() function
|
H A D | libdw.h | 819 extern int dwarf_getlocation_attr (Dwarf_Attribute *attr,
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 8755 if (!dwarf_getlocation_attr(&attr, expr, &result))
|
Completed in 27 milliseconds