Searched refs:dwarf_getlocation (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/libdw/ |
D | ChangeLog | 81 * dwarf_getlocation.c (dwarf_getlocation_addr): Call 86 * dwarf_getlocation.c (store_implicit_value): Check dbg isn't 191 * dwarf_getlocation.c (check_constant_offset): Clarify DW_FORM_data16 193 (dwarf_getlocation): Don't handle DW_FORM_data16 as block. 223 * dwarf_getlocation.c (store_implicit_value): Return error when 326 * dwarf_getlocation.c (initial_offset): Handle .debug_loclists. 345 * dwarf_getlocation.c (attr_ok): Use DWARF_E_NO_LOC_VALUE. 361 * dwarf_getlocation.c (getlocations_addr): Pass cu to 390 * dwarf_getlocation.c (__libdw_cu_base_address): Treat errors of 511 * dwarf_getlocation.c (__libdw_intern_expression): Handle [all …]
|
D | libdw.map | 48 dwarf_getlocation;
|
D | Makefile.am | 71 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \
|
D | libdw.h | 736 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
|
D | dwarf_getlocation.c | 663 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() function
|
/external/elfutils/tests/ |
D | varlocs.c | 345 if (dwarf_getlocation (&call_attr, &call_ops, &call_len) != 0) in print_expr() 529 if (dwarf_getlocation (&entry_attr, &entry_ops, &entry_len) != 0) in print_expr() 719 if (dwarf_getlocation (&fb_attr, &fb_expr, &fb_exprlen) == 0) in print_varlocs() 801 if (dwarf_getlocation (&attr, &expr, &exprlen) == 0) in print_varlocs() 943 int res = dwarf_getlocation (attr, &expr, &exprlen); in handle_attr()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 736 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
|
/external/elfutils/ |
D | NEWS | 117 handled by existing functions (dwarf_getlocation*, dwarf_getsrclines, 339 libdw: Handle GNU extension opcodes in dwarf_getlocation. 775 dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr.
|
/external/elfutils/src/ |
D | nm.c | 601 if (dwarf_getlocation (locattr, &loc, &nloc) != 0) in get_var_range()
|
D | ChangeLog | 4311 * nm.c (get_var_range): dwarf_getloclist -> dwarf_getlocation.
|
/external/elfutils/config/ |
D | elfutils.spec.in | 563 - libdw: Handle GNU extension opcodes in dwarf_getlocation. 868 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
|