Searched refs:LocalAddressSpace (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | libunwind.cpp | 36 LocalAddressSpace LocalAddressSpace::sThisAddressSpace; 39 (unw_addr_space_t)&LocalAddressSpace::sThisAddressSpace; 54 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86>( in unw_init_local() 55 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local() 57 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86_64>( in unw_init_local() 58 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local() 60 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_ppc>( in unw_init_local() 61 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local() 63 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_arm64>( in unw_init_local() 64 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local() [all …]
|
D | AddressSpace.hpp | 98 class __attribute__((visibility("hidden"))) LocalAddressSpace { class 148 static LocalAddressSpace sThisAddressSpace; 151 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP() 160 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128() 185 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() 205 inline LocalAddressSpace::pint_t 206 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP() 339 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections() 371 LocalAddressSpace *addressSpace; in findUnwindSections() 402 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in findUnwindSections() [all …]
|
D | Unwind_AppleExtras.cpp | 158 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in checkKeyMgrRegisteredFDEs() 159 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in checkKeyMgrRegisteredFDEs() 160 const char *msg = CFI_Parser<LocalAddressSpace>::decodeFDE( in checkKeyMgrRegisteredFDEs() 161 LocalAddressSpace::sThisAddressSpace, in checkKeyMgrRegisteredFDEs()
|
D | UnwindCursor.hpp | 1211 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister() 1212 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister() 1241 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister() 1242 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister()
|