Home
last modified time | relevance | path

Searched refs:cfa_ops (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/tests/
Ddwarfcfi.c108 Dwarf_Op *cfa_ops = &dummy; in handle_address() local
110 result = dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops); in handle_address()
113 print_detail (result, cfa_ops, cfa_nops); in handle_address()
Daddrcfi.c144 Dwarf_Op *cfa_ops = &dummy; in handle_cfi() local
146 result = dwarf_frame_cfa (stuff->frame, &cfa_ops, &cfa_nops); in handle_cfi()
149 print_detail (result, cfa_ops, cfa_nops, stuff->bias); in handle_cfi()
Dvarlocs.c274 Dwarf_Op *cfa_ops; in print_expr() local
276 if (dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0) in print_expr()
281 print_expr_block (NULL, cfa_ops, cfa_nops, 0, depth); in print_expr()
DChangeLog2087 (handle_cfi): Make sure cfa_ops doesn't point to NULL.
/external/elfutils/libdwfl/
Dframe_unwind.c465 Dwarf_Op *cfa_ops; in expr_eval() local
469 || dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0 in expr_eval()
470 || ! expr_eval (state, NULL, cfa_ops, cfa_nops, &cfa, bias) in expr_eval()