OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfi_eh
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/tests/
varlocs.c
42
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/
frame_unwind.c
714
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 66 milliseconds