Home | History | Annotate | Download | only in Unwind

Lines Matching refs:OtherAddressSpace

404 /// OtherAddressSpace is used as a template parameter to UnwindCursor when
409 class OtherAddressSpace {
411 OtherAddressSpace(task_t task) : fTask(task) {}
433 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) {
437 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) {
441 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) {
445 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) {
450 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) {
455 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) {
465 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) {
474 template <typename P> void *OtherAddressSpace<P>::localCopy(pint_t addr) {
479 bool OtherAddressSpace<P>::findFunctionName(pint_t addr, char *buf,
496 OtherAddressSpace<Pointer32<LittleEndian> > oas;
504 OtherAddressSpace<Pointer64<LittleEndian> > oas;
512 OtherAddressSpace<Pointer32<BigEndian> > oas;