Home | History | Annotate | Download | only in src

Lines Matching defs:OtherAddressSpace

477 /// OtherAddressSpace is used as a template parameter to UnwindCursor when
482 class OtherAddressSpace {
484 OtherAddressSpace(task_t task) : fTask(task) {}
507 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) {
511 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) {
515 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) {
519 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) {
524 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) {
529 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) {
539 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) {
548 template <typename P> void *OtherAddressSpace<P>::localCopy(pint_t addr) {
553 bool OtherAddressSpace<P>::findFunctionName(pint_t addr, char *buf,
570 OtherAddressSpace<Pointer32<LittleEndian> > oas;
578 OtherAddressSpace<Pointer64<LittleEndian> > oas;
586 OtherAddressSpace<Pointer32<BigEndian> > oas;