Searched refs:exprlen (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/tests/ |
D | varlocs.c | 800 size_t exprlen; in print_varlocs() local 801 if (dwarf_getlocation (&attr, &expr, &exprlen) == 0) in print_varlocs() 817 if (exprlen == 0) in print_varlocs() 823 expr, exprlen); in print_varlocs() 838 &expr, &exprlen)) > 0) in print_varlocs() 845 expr, exprlen); in print_varlocs() 941 size_t exprlen; in handle_attr() local 943 int res = dwarf_getlocation (attr, &expr, &exprlen); in handle_attr() 947 print_expr_block (attr, expr, exprlen, entrypc, 0); in handle_attr() 963 &expr, &exprlen)) > 0) in handle_attr() [all …]
|
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 804 size_t *exprlen) in getlocations_addr() argument 862 if (getlocation (cu, &block, expr, exprlen, secidx) != 0) in getlocations_addr() 948 size_t *exprlen) in dwarf_getlocations() argument 965 if (getlocation (attr->cu, &block, expr, exprlen, in dwarf_getlocations() 985 int result = is_constant_offset (attr, expr, exprlen); in dwarf_getlocations() 1012 (Dwarf_Word) -1, d, expr, exprlen); in dwarf_getlocations()
|
D | libdw.h | 744 size_t *exprlen) __nonnull_attribute__ (2, 3); 772 Dwarf_Op **expr, size_t *exprlen);
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 744 size_t *exprlen) __nonnull_attribute__ (2, 3); 772 Dwarf_Op **expr, size_t *exprlen);
|