Home
last modified time | relevance | path

Searched refs:unw_dynamic_unwind_sections (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A Dlibunwind_ext.h83 struct unw_dynamic_unwind_sections { struct
101 unw_word_t addr, struct unw_dynamic_unwind_sections *info); argument
H A DAddressSpace.hpp70 bool findDynamicUnwindSections(void *, unw_dynamic_unwind_sections *);
505 unw_dynamic_unwind_sections dynamicUnwindSectionInfo; in findUnwindSections()
H A Dlibunwind.cpp363 bool findDynamicUnwindSections(void *addr, unw_dynamic_unwind_sections *info) { in findDynamicUnwindSections()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp56 struct unw_dynamic_unwind_sections { struct
65 uintptr_t addr, struct unw_dynamic_unwind_sections *info); argument
279 bool lookupUnwindSections(void *Addr, unw_dynamic_unwind_sections &Info);
282 unw_dynamic_unwind_sections *info);
963 void *Addr, unw_dynamic_unwind_sections &Info) { in lookupUnwindSections()
986 uintptr_t addr, unw_dynamic_unwind_sections *info) { in findDynamicUnwindSections()