HomeSort by relevance Sort by last modified time
    Searched refs:cfa_ops (Results 1 - 3 of 3) sorted by null

  /external/elfutils/src/tests/
addrcfi.c 143 // Point cfa_ops to dummy to match print_detail expectations.
144 // (nops == 0 && cfa_ops != NULL => "undefined")
146 Dwarf_Op *cfa_ops = &dummy; local
148 result = dwarf_frame_cfa (stuff->frame, &cfa_ops, &cfa_nops);
151 print_detail (result, cfa_ops, cfa_nops, stuff->bias);
varlocs.c 229 Dwarf_Op *cfa_ops; local
231 if (dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0)
236 print_expr_block (NULL, cfa_ops, cfa_nops, 0);
  /external/elfutils/src/libdwfl/
frame_unwind.c 454 Dwarf_Op *cfa_ops; local
458 || dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0
459 || ! expr_eval (state, NULL, cfa_ops, cfa_nops, &cfa, bias)

Completed in 249 milliseconds