Home
last modified time | relevance | path

Searched refs:OtherAddressSpace (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp409 class OtherAddressSpace { class
411 OtherAddressSpace(task_t task) : fTask(task) {} in OtherAddressSpace() function in libunwind::OtherAddressSpace
433 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) { in get8()
437 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) { in get16()
441 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) { in get32()
445 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) { in get64()
450 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) { in getP()
455 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
465 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
474 template <typename P> void *OtherAddressSpace<P>::localCopy(pint_t addr) { in localCopy()
[all …]
Dlibunwind.cpp85 UnwindCursor<OtherAddressSpace<Pointer32<LittleEndian> >, in unw_init_remote_thread()
90 OtherAddressSpace<Pointer64<LittleEndian> >, Registers_x86_64>( in unw_init_remote_thread()
95 UnwindCursor<OtherAddressSpace<Pointer32<BigEndian> >, Registers_ppc>( in unw_init_remote_thread()