Home | History | Annotate | Download | only in Unwind

Lines Matching refs:OtherAddressSpace

372 /// OtherAddressSpace is used as a template parameter to UnwindCursor when
377 class OtherAddressSpace {
379 OtherAddressSpace(task_t task) : fTask(task) {}
401 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) {
405 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) {
409 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) {
413 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) {
418 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) {
423 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) {
433 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) {
442 template <typename P> void *OtherAddressSpace<P>::localCopy(pint_t addr) {
447 bool OtherAddressSpace<P>::findFunctionName(pint_t addr, char *buf,
464 OtherAddressSpace<Pointer32<LittleEndian> > oas;
472 OtherAddressSpace<Pointer64<LittleEndian> > oas;
480 OtherAddressSpace<Pointer32<BigEndian> > oas;