Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp36 LocalAddressSpace LocalAddressSpace::sThisAddressSpace;
118 typedef LocalAddressSpace::pint_t pint_t; in _LIBUNWIND_WEAK_ALIAS()
298 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in _LIBUNWIND_WEAK_ALIAS()
299 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in _LIBUNWIND_WEAK_ALIAS()
307 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group, in _LIBUNWIND_WEAK_ALIAS()
318 DwarfFDECache<LocalAddressSpace>::removeAllIn((LocalAddressSpace::pint_t)fde); in __unw_remove_dynamic_fde()
324 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in __unw_add_dynamic_eh_frame_section()
328 if (CFI_Parser<LocalAddressSpace>::decodeFDE( in __unw_add_dynamic_eh_frame_section()
331 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group, in __unw_add_dynamic_eh_frame_section()
345 DwarfFDECache<LocalAddressSpace>::removeAllIn( in __unw_remove_dynamic_eh_frame_section()
[all …]
H A DUnwind-seh.cpp460 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh()
461 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh()
462 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
467 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh()
468 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh()
469 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
474 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh()
475 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh()
476 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
502 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in __unw_seh_set_disp_ctx()
[all …]
H A DAddressSpace.hpp159 class _LIBUNWIND_HIDDEN LocalAddressSpace { class
205 static LocalAddressSpace sThisAddressSpace;
208 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
216 inline uint64_t LocalAddressSpace::getRegister(pint_t addr) { in getRegister()
270 inline LocalAddressSpace::pint_t
381 LocalAddressSpace *addressSpace;
412 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in checkForUnwindInfoSegment()
416 if (EHHeaderParser<LocalAddressSpace>::decodeEHHdr( in checkForUnwindInfoSegment()
490 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections()
639 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in findUnwindSections()
[all …]