Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
DChangeLog41 * dwarf_getlocation.c (store_implicit_value): Check block length.
132 * dwarf_getlocation.c (attr_ok): For DWARF version 4 or higher
148 * dwarf_getlocation.c (attr_ok, __libdw_intern_expression): Likewise.
170 * dwarf_getlocation.c (store_implicit_value): Use
211 * dwarf_getlocation.c (check_constant_offset): Rename to...
324 * dwarf_getlocation.c (dwarf_getlocation_addr): Call
329 * dwarf_getlocation.c (store_implicit_value): Check dbg isn't
434 * dwarf_getlocation.c (check_constant_offset): Clarify DW_FORM_data16
436 (dwarf_getlocation): Don't handle DW_FORM_data16 as block.
466 * dwarf_getlocation.c (store_implicit_value): Return error when
[all …]
Dlibdw.map48 dwarf_getlocation;
DMakefile.am72 dwarf_getlocation.c dwarf_getstring.c dwarf_offabbrev.c \
Dlibdw.h752 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
Ddwarf_getlocation.c685 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() function
/third_party/elfutils/tests/
Dvarlocs.c344 if (dwarf_getlocation (&call_attr, &call_ops, &call_len) != 0) in print_expr()
528 if (dwarf_getlocation (&entry_attr, &entry_ops, &entry_len) != 0) in print_expr()
718 if (dwarf_getlocation (&fb_attr, &fb_expr, &fb_exprlen) == 0) in print_varlocs()
800 if (dwarf_getlocation (&attr, &expr, &exprlen) == 0) in print_varlocs()
942 int res = dwarf_getlocation (attr, &expr, &exprlen); in handle_attr()
/third_party/elfutils/
DNEWS299 handled by existing functions (dwarf_getlocation*, dwarf_getsrclines,
521 libdw: Handle GNU extension opcodes in dwarf_getlocation.
957 dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr.
Delfutils_config.gni196 "//third_party/elfutils/libdw/dwarf_getlocation.c",
/third_party/elfutils/src/
Dnm.c600 if (dwarf_getlocation (locattr, &loc, &nloc) != 0) in get_var_range()
DChangeLog4852 * nm.c (get_var_range): dwarf_getloclist -> dwarf_getlocation.
/third_party/elfutils/config/
Delfutils.spec.in715 - libdw: Handle GNU extension opcodes in dwarf_getlocation.
1020 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
/third_party/libabigail/src/
Dabg-dwarf-reader.cc7580 bool result = (dwarf_getlocation(&attr, expr, &len) == 0); in die_location_expr()
8747 if (dwarf_getlocation(&attr, &expr, &expr_len)) in die_location_address()
/third_party/libabigail/
DChangeLog3776 dwarf_attr_integrate, dwarf_getlocation and