Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp70 bool findDynamicUnwindSections(void *, unw_dynamic_unwind_sections *);
506 if (findDynamicUnwindSections((void *)targetAddr, in findUnwindSections()
H A Dlibunwind.cpp363 bool findDynamicUnwindSections(void *addr, unw_dynamic_unwind_sections *info) { in findDynamicUnwindSections() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp365 static int findDynamicUnwindSections(uintptr_t addr,
474 if (__unw_add_find_dynamic_unwind_sections(&findDynamicUnwindSections)) in registerThreadDataSection()
476 "Could not register findDynamicUnwindSections"); in registerThreadDataSection()
488 if (__unw_remove_find_dynamic_unwind_sections(&findDynamicUnwindSections)) { in deregisterThreadDataSection()
1041 int MachOPlatformRuntimeState::findDynamicUnwindSections( in dlcloseImpl()
840 int MachOPlatformRuntimeState::findDynamicUnwindSections( findDynamicUnwindSections() function in __anon3d23d5020211::MachOPlatformRuntimeState