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

  /external/elfutils/tests/
addrcfi.c 145 size_t cfa_nops; local
146 result = dwarf_frame_cfa (stuff->frame, &cfa_ops, &cfa_nops);
149 print_detail (result, cfa_ops, cfa_nops, stuff->bias);
varlocs.c 228 size_t cfa_nops; local
229 if (dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0)
232 if (cfa_nops < 1)
234 print_expr_block (NULL, cfa_ops, cfa_nops, 0);
  /external/elfutils/libdwfl/
frame_unwind.c 470 size_t cfa_nops; local
473 || dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0
474 || ! expr_eval (state, NULL, cfa_ops, cfa_nops, &cfa, bias)

Completed in 63 milliseconds