Searched refs:handle_cfi (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/tests/ |
H A D | addrcfi.c | 105 handle_cfi (Dwfl *dwfl, const char *which, Dwarf_CFI *cfi, in handle_cfi() function 110 printf ("handle_cfi no CFI (%s): %s\n", which, dwarf_errmsg (-1)); in handle_cfi() 165 int res = handle_cfi (dwfl, ".eh_frame", in handle_address() 171 res &= handle_cfi (dwfl, ".debug_frame", in handle_address()
|
/third_party/elfutils/libdwfl/ |
H A D | frame_unwind.c | 528 handle_cfi (Dwfl_Frame *state, Dwarf_Addr pc, Dwarf_CFI *cfi, Dwarf_Addr bias) in handle_cfi() function 731 handle_cfi (state, pc - bias, cfi_eh, bias); in __libdwfl_frame_unwind() 738 handle_cfi (state, pc - bias, cfi_dwarf, bias); in __libdwfl_frame_unwind()
|
Completed in 2 milliseconds