Searched refs:cfa_nops (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/tests/ |
H A D | dwarfcfi.c | 109 size_t cfa_nops; 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()
|
H A D | addrcfi.c | 145 size_t cfa_nops; 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()
|
H A D | varlocs.c | 274 size_t cfa_nops; in print_expr() local 275 if (dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0) in print_expr() 278 if (cfa_nops < 1) in print_expr() 280 print_expr_block (NULL, cfa_ops, cfa_nops, 0, depth); in print_expr()
|
/third_party/elfutils/libdwfl/ |
H A D | frame_unwind.c | 455 size_t cfa_nops; in expr_eval() local 458 || dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0 in expr_eval() 459 || ! expr_eval (state, NULL, cfa_ops, cfa_nops, &cfa, bias) in expr_eval()
|
Completed in 4 milliseconds