Searched refs:exprlen (Results 1 – 3 of 3) sorted by relevance
/third_party/elfutils/tests/ |
D | varlocs.c | 799 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/ |
D | dwarf_getlocation.c | 824 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()
|
D | libdw.h | 753 size_t *exprlen) __nonnull_attribute__ (2, 3); 781 Dwarf_Op **expr, size_t *exprlen);
|