Home
last modified time | relevance | path

Searched refs:__unw_remove_dynamic_fde (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDUnwindLevel1-gcc-ext.c256 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)addr); in processFDE()
296 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)fde); in __deregister_frame()
HDlibunwind_ext.h52 extern void __unw_remove_dynamic_fde(unw_word_t fde);
HDlibunwind.cpp274 void __unw_remove_dynamic_fde(unw_word_t fde) { in __unw_remove_dynamic_fde() function