Searched refs:dwarf_frame_cfa (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_frame_cfa.c | 38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa() function
|
H A D | libdw.h | 1055 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
|
/third_party/elfutils/tests/ |
H A D | dwarfcfi.c | 110 result = dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops); in handle_address()
|
H A D | addrcfi.c | 146 result = dwarf_frame_cfa (stuff->frame, &cfa_ops, &cfa_nops); in handle_cfi()
|
H A D | varlocs.c | 257 the .eh_frame or .debug_frame CFI) and dwarf_frame_cfa translatesr in print_expr() 275 if (dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0) in print_expr() 276 error (EXIT_FAILURE, 0, "dwarf_frame_cfa 0x%" PRIx64 ": %s", in print_expr() 279 error (EXIT_FAILURE, 0, "dwarf_frame_cfa no ops"); in print_expr()
|
/third_party/elfutils/libdwfl/ |
H A D | frame_unwind.c | 458 || dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0 in expr_eval()
|
Completed in 5 milliseconds