Home
last modified time | relevance | path

Searched refs:exprlen (Results 1 – 3 of 3) sorted by relevance

/third_party/elfutils/tests/
Dvarlocs.c799 size_t exprlen; in print_varlocs() local
800 if (dwarf_getlocation (&attr, &expr, &exprlen) == 0) in print_varlocs()
816 if (exprlen == 0) in print_varlocs()
822 expr, exprlen); in print_varlocs()
837 &expr, &exprlen)) > 0) in print_varlocs()
844 expr, exprlen); in print_varlocs()
940 size_t exprlen; in handle_attr() local
942 int res = dwarf_getlocation (attr, &expr, &exprlen); in handle_attr()
946 print_expr_block (attr, expr, exprlen, entrypc, 0); in handle_attr()
962 &expr, &exprlen)) > 0) in handle_attr()
[all …]
/third_party/elfutils/libdw/
Ddwarf_getlocation.c824 size_t *exprlen) in getlocations_addr() argument
882 if (getlocation (cu, &block, expr, exprlen, secidx) != 0) in getlocations_addr()
968 size_t *exprlen) in dwarf_getlocations() argument
985 if (getlocation (attr->cu, &block, expr, exprlen, in dwarf_getlocations()
1005 int result = is_constant_offset (attr, expr, exprlen); in dwarf_getlocations()
1032 (Dwarf_Word) -1, d, expr, exprlen); in dwarf_getlocations()
Dlibdw.h753 size_t *exprlen) __nonnull_attribute__ (2, 3);
781 Dwarf_Op **expr, size_t *exprlen);