Searched refs:handle_cfi (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/tests/ |
D | addrcfi.c | 105 handle_cfi (Dwfl *dwfl, const char *which, Dwarf_CFI *cfi, in handle_cfi() function 165 int res = handle_cfi (dwfl, ".eh_frame", in handle_address() 171 res &= handle_cfi (dwfl, ".debug_frame", in handle_address()
|
D | ChangeLog | 1156 * addrcfi.c (handle_address): Free stuff.frame between handle_cfi 2062 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame 2072 * addrcfi.c (handle_cfi): Use printf not error. 2087 (handle_cfi): Make sure cfa_ops doesn't point to NULL. 2607 * addrcfi.c (handle_cfi): Fix function name in error message.
|
D | run-addrcfi.sh | 3444 handle_cfi no CFI (.debug_frame): no error 3521 handle_cfi no CFI (.debug_frame): no error 3748 handle_cfi no CFI (.debug_frame): no error
|
/external/elfutils/libdwfl/ |
D | frame_unwind.c | 539 handle_cfi (Dwfl_Frame *state, Dwarf_Addr pc, Dwarf_CFI *cfi, Dwarf_Addr bias) in handle_cfi() function 736 handle_cfi (state, pc - bias, cfi_eh, bias); in __libdwfl_frame_unwind() 743 handle_cfi (state, pc - bias, cfi_dwarf, bias); in __libdwfl_frame_unwind()
|
D | ChangeLog | 319 (handle_cfi): Check new_unwound was able to allocate new memory 373 * frame_unwind.c (handle_cfi): Likewise. 801 * frame_unwind.c (handle_cfi): Use ebl_func_addr_mask. 971 * frame_unwind.c (handle_cfi): Only skip resetting return register 1033 * frame_unwind.c (handle_cfi): Track whether the return register 1100 (handle_cfi): ... here. Call it. 1109 * frame_unwind.c (handle_cfi): Call ebl_dwarf_to_regno for RA. 1130 * frame_unwind.c (handle_cfi): Free frame result from
|