Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dprobe-finder.h85 Dwarf_CFI *cfi_eh; member
H A Dprobe-finder.c719 (pf->cfi_eh != NULL || pf->cfi_dbg != NULL)) { in call_probe_finder()
720 if ((dwarf_cfi_addrframe(pf->cfi_eh, pf->addr, &frame) != 0 && in call_probe_finder()
1231 if (pf->cfi_eh || pf->cfi_dbg) in debuginfo__find_probes()
1250 pf->cfi_eh = dwarf_getcfi_elf(elf); in debuginfo__find_probes()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dprobe-finder.h85 Dwarf_CFI *cfi_eh; member
H A Dprobe-finder.c719 (pf->cfi_eh != NULL || pf->cfi_dbg != NULL)) { in call_probe_finder()
720 if ((dwarf_cfi_addrframe(pf->cfi_eh, pf->addr, &frame) != 0 && in call_probe_finder()
1231 if (pf->cfi_eh || pf->cfi_dbg) in debuginfo__find_probes()
1250 pf->cfi_eh = dwarf_getcfi_elf(elf); in debuginfo__find_probes()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dprobe-finder.h85 Dwarf_CFI *cfi_eh; member
H A Dprobe-finder.c719 (pf->cfi_eh != NULL || pf->cfi_dbg != NULL)) { in call_probe_finder()
720 if ((dwarf_cfi_addrframe(pf->cfi_eh, pf->addr, &frame) != 0 && in call_probe_finder()
1231 if (pf->cfi_eh || pf->cfi_dbg) in debuginfo__find_probes()
1250 pf->cfi_eh = dwarf_getcfi_elf(elf); in debuginfo__find_probes()
/dports/devel/elfutils/elfutils-0.179/tests/
H A Dvarlocs.c43 Dwarf_CFI *cfi_eh; variable
266 if (cfi_eh == NULL && cfi_debug == NULL && !is_debug) in print_expr()
270 if (dwarf_cfi_addrframe (cfi_eh, addr + cfi_eh_bias, &frame) == 0 in print_expr()
1127 cfi_eh = dwfl_module_eh_cfi (mod, &cfi_eh_bias); in main()
/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Dframe_unwind.c733 Dwarf_CFI *cfi_eh = INTUSE(dwfl_module_eh_cfi) (mod, &bias); in __libdwfl_frame_unwind() local
734 if (cfi_eh) in __libdwfl_frame_unwind()
736 handle_cfi (state, pc - bias, cfi_eh, bias); in __libdwfl_frame_unwind()