Home
last modified time | relevance | path

Searched refs:dwarf_frame_cfa (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_frame_cfa.c38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa() function
H A Dlibdw.h1055 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
/third_party/elfutils/tests/
H A Ddwarfcfi.c110 result = dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops); in handle_address()
H A Daddrcfi.c146 result = dwarf_frame_cfa (stuff->frame, &cfa_ops, &cfa_nops); in handle_cfi()
H A Dvarlocs.c257 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 Dframe_unwind.c458 || dwarf_frame_cfa (frame, &cfa_ops, &cfa_nops) != 0 in expr_eval()

Completed in 5 milliseconds