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 | 1753 * addrcfi.c (handle_address): Free stuff.frame between handle_cfi 2659 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame 2669 * addrcfi.c (handle_cfi): Use printf not error. 2684 (handle_cfi): Make sure cfa_ops doesn't point to NULL. 3204 * 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 741 handle_cfi (state, pc - bias, cfi_eh, bias); in __libdwfl_frame_unwind() 748 handle_cfi (state, pc - bias, cfi_dwarf, bias); in __libdwfl_frame_unwind()
|
D | ChangeLog | 180 * frame_unwind.c (handle_cfi): Flag an error if 594 (handle_cfi): Check new_unwound was able to allocate new memory 648 * frame_unwind.c (handle_cfi): Likewise. 1076 * frame_unwind.c (handle_cfi): Use ebl_func_addr_mask. 1246 * frame_unwind.c (handle_cfi): Only skip resetting return register 1308 * frame_unwind.c (handle_cfi): Track whether the return register 1375 (handle_cfi): ... here. Call it. 1384 * frame_unwind.c (handle_cfi): Call ebl_dwarf_to_regno for RA. 1405 * frame_unwind.c (handle_cfi): Free frame result from
|