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

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

Completed in 98 milliseconds