Searched refs:dwarf_getlocation_attr (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/tests/ |
D | varlocs.c | 334 if (dwarf_getlocation_attr (attr, expr, &call_attr) != 0) in print_expr() 394 if (dwarf_getlocation_attr (attr, expr, &const_attr) != 0) in print_expr() 435 if (dwarf_getlocation_attr (attr, expr, &attrval2) != 0) in print_expr() 482 if (dwarf_getlocation_attr (attr, expr, &attrval) != 0) in print_expr() 523 if (dwarf_getlocation_attr (attr, expr, &entry_attr) != 0) in print_expr() 644 if (dwarf_getlocation_attr (attr, expr, &const_attr) != 0) in print_expr() 667 if (dwarf_getlocation_attr (attr, expr, &addr_attr) != 0) in print_expr() 685 if (dwarf_getlocation_attr (attr, expr, &addr_attr) != 0) in print_expr()
|
/external/elfutils/libdw/ |
D | dwarf_getlocation_attr.c | 72 dwarf_getlocation_attr (Dwarf_Attribute *attr, const Dwarf_Op *op, Dwarf_Attribute *result) in dwarf_getlocation_attr() function
|
D | ChangeLog | 146 * dwarf_getlocation_attr.c (addr_valp): Set error and return NULL 148 (dwarf_getlocation_attr): If addr_valp returns NULL, then return -1. 241 * dwarf_getlocation_attr.c (attr_form_cu): Use fake_loclists_cu for 297 * dwarf_getlocation_attr.c (__libdw_cu_addr_base): Cast offset to 318 * dwarf_getlocation_attr.c (addr_valp): New static function. 319 (dwarf_getlocation_attr): Create attribute for values of 560 * dwarf_getlocation_attr.c (dwarf_getlocation_attr): Handle 745 * dwarf_getlocation_attr.c (dwarf_getlocation_attr): Likewise. 1293 * dwarf_getlocation_attr.c (attr_form_cu): New function. 1294 (dwarf_getlocation_attr): Use attr_form_cu to set result->cu. [all …]
|
D | libdw.map | 267 dwarf_getlocation_attr;
|
D | Makefile.am | 90 dwarf_getlocation_die.c dwarf_getlocation_attr.c \
|
D | libdw.h | 803 extern int dwarf_getlocation_attr (Dwarf_Attribute *attr,
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 803 extern int dwarf_getlocation_attr (Dwarf_Attribute *attr,
|
/external/elfutils/config/ |
D | elfutils.spec.in | 432 - libdw: Add new functions dwarf_getlocations, dwarf_getlocation_attr
|
/external/elfutils/ |
D | NEWS | 288 libdw: Add new functions dwarf_getlocations, dwarf_getlocation_attr
|