HomeSort by relevance Sort by last modified time
    Searched refs:cfi_eh (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/tests/
varlocs.c 42 Dwarf_CFI *cfi_eh; variable
220 if (cfi_eh == NULL && cfi_debug == NULL)
224 if (dwarf_cfi_addrframe (cfi_eh, addr + cfi_eh_bias, &frame) != 0
808 cfi_eh = dwarf_getcfi_elf (elf);
  /external/elfutils/src/libdwfl/
frame_unwind.c 690 Dwarf_CFI *cfi_eh = INTUSE(dwfl_module_eh_cfi) (mod, &bias); local
691 if (cfi_eh)
693 handle_cfi (state, pc - bias, cfi_eh, bias);

Completed in 331 milliseconds