Home
last modified time | relevance | path

Searched refs:dwarf_getlocation (Results 1 – 12 of 12) sorted by relevance

/external/elfutils/libdw/
DChangeLog13 * dwarf_getlocation.c (attr_ok, __libdw_intern_expression): Likewise.
35 * dwarf_getlocation.c (store_implicit_value): Use
76 * dwarf_getlocation.c (check_constant_offset): Rename to...
189 * dwarf_getlocation.c (dwarf_getlocation_addr): Call
194 * dwarf_getlocation.c (store_implicit_value): Check dbg isn't
299 * dwarf_getlocation.c (check_constant_offset): Clarify DW_FORM_data16
301 (dwarf_getlocation): Don't handle DW_FORM_data16 as block.
331 * dwarf_getlocation.c (store_implicit_value): Return error when
434 * dwarf_getlocation.c (initial_offset): Handle .debug_loclists.
453 * dwarf_getlocation.c (attr_ok): Use DWARF_E_NO_LOC_VALUE.
[all …]
Dlibdw.map48 dwarf_getlocation;
DMakefile.am71 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \
Dlibdw.h743 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
Ddwarf_getlocation.c665 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() function
/external/elfutils/tests/
Dvarlocs.c345 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/
Dlibdw.h743 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
/external/elfutils/
DNEWS214 handled by existing functions (dwarf_getlocation*, dwarf_getsrclines,
436 libdw: Handle GNU extension opcodes in dwarf_getlocation.
872 dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr.
/external/elfutils/src/
Dnm.c601 if (dwarf_getlocation (locattr, &loc, &nloc) != 0) in get_var_range()
DChangeLog4570 * nm.c (get_var_range): dwarf_getloclist -> dwarf_getlocation.
/external/elfutils/config/
Delfutils.spec.in638 - libdw: Handle GNU extension opcodes in dwarf_getlocation.
943 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
/external/libabigail/src/
Dabg-dwarf-reader.cc7693 bool result = (dwarf_getlocation(&attr, expr, &len) == 0); in die_location_expr()