Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Dvarlocs.c43 Dwarf_CFI *cfi_eh; variable
265 if (cfi_eh == NULL && cfi_debug == NULL && !is_debug) in print_expr()
269 if (dwarf_cfi_addrframe (cfi_eh, addr + cfi_eh_bias, &frame) == 0 in print_expr()
1126 cfi_eh = dwfl_module_eh_cfi (mod, &cfi_eh_bias); in main()
/third_party/elfutils/libdwfl/
Dframe_unwind.c728 Dwarf_CFI *cfi_eh = INTUSE(dwfl_module_eh_cfi) (mod, &bias); in __libdwfl_frame_unwind() local
729 if (cfi_eh) in __libdwfl_frame_unwind()
731 handle_cfi (state, pc - bias, cfi_eh, bias); in __libdwfl_frame_unwind()