Home
last modified time | relevance | path

Searched refs:print_expr_block (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/tests/
Dvarlocs.c170 print_expr_block (Dwarf_Attribute *attr, Dwarf_Op *exprs, int len, in print_expr_block() function
188 print_expr_block (attr, exprs, len, begin, 0); in print_expr_block_addrs()
281 print_expr_block (NULL, cfa_ops, cfa_nops, 0, depth); in print_expr()
350 print_expr_block (&call_attr, call_ops, call_len, addr, depth); in print_expr()
465 print_expr_block (&attrval, exprval, exprval_len, addr, depth); in print_expr()
505 print_expr_block (&attrval, exprval, exprval_len, addr, depth); in print_expr()
534 print_expr_block (attr, entry_ops, entry_len, addr, depth); in print_expr()
730 print_expr_block (&fb_attr, fb_expr, fb_exprlen, entrypc, 0); in print_varlocs()
743 print_expr_block (&fb_attr, fb_expr, fb_exprlen, start, 0); in print_varlocs()
947 print_expr_block (attr, expr, exprlen, entrypc, 0); in handle_attr()
DChangeLog285 greater than MAX_DEPTH (64). Pass on to print_expr_block.
286 (print_expr_block): Take a new depth argument. Pass it to print_expr.
287 (print_expr_block_addrs): Call print_expr_block with zero depth.