Home
last modified time | relevance | path

Searched refs:cfi_eh (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/tests/
Dvarlocs.c42 Dwarf_CFI *cfi_eh; variable
218 if (cfi_eh == NULL && cfi_debug == NULL) in print_expr()
222 if (dwarf_cfi_addrframe (cfi_eh, addr + cfi_eh_bias, &frame) != 0 in print_expr()
806 cfi_eh = dwarf_getcfi_elf (elf); in main()
/external/elfutils/libdwfl/
Dframe_unwind.c714 Dwarf_CFI *cfi_eh = INTUSE(dwfl_module_eh_cfi) (mod, &bias); in __libdwfl_frame_unwind() local
715 if (cfi_eh) in __libdwfl_frame_unwind()
717 handle_cfi (state, pc - bias, cfi_eh, bias); in __libdwfl_frame_unwind()