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

  /external/elfutils/src/tests/
addrcfi.c 147 size_t cfa_nops; local
148 result = dwarf_frame_cfa (stuff->frame, &cfa_ops, &cfa_nops);
151 print_detail (result, cfa_ops, cfa_nops, stuff->bias);
varlocs.c 230 size_t cfa_nops; local
231 if (dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0)
234 if (cfa_nops < 1)
236 print_expr_block (NULL, cfa_ops, cfa_nops, 0);
  /external/elfutils/src/libdwfl/
frame_unwind.c 455 size_t cfa_nops; local
458 || dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0
459 || ! expr_eval (state, NULL, cfa_ops, cfa_nops, &cfa, bias)

Completed in 145 milliseconds