Searched refs:LocalAddressSpace (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | libunwind.cpp | 33 LocalAddressSpace LocalAddressSpace::sThisAddressSpace; 47 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86>( in unw_init_local() 48 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local() 50 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86_64>( in unw_init_local() 51 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local() 53 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_ppc>( in unw_init_local() 54 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local() 56 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_arm64>( in unw_init_local() 57 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local() 59 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_arm>( in unw_init_local() [all …]
|
D | AddressSpace.hpp | 105 class __attribute__((visibility("hidden"))) LocalAddressSpace { class 154 static LocalAddressSpace sThisAddressSpace; 157 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP() 166 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128() 191 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() 211 inline LocalAddressSpace::pint_t LocalAddressSpace::getEncodedP(pint_t &addr, in getEncodedP() 340 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections() 375 inline bool LocalAddressSpace::findOtherFDE(pint_t targetAddr, pint_t &fde) { in findOtherFDE() 384 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName() 457 LocalAddressSpace::pint_t laddr = (LocalAddressSpace::pint_t) localCopy(addr); in getULEB128() [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 | 1203 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister() 1204 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister() 1233 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister() 1234 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister()
|