• Home
  • Raw
  • Download

Lines Matching defs:addr

78   uint8_t         get8(pint_t addr) {  in get8()
83 uint16_t get16(pint_t addr) { in get16()
88 uint32_t get32(pint_t addr) { in get32()
93 uint64_t get64(pint_t addr) { in get64()
98 double getDouble(pint_t addr) { in getDouble()
103 v128 getVector(pint_t addr) { in getVector()
122 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
131 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
156 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
177 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP()
287 static inline bool _dyld_find_unwind_sections(void* addr, in _dyld_find_unwind_sections()
478 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName()
528 template <typename P> uint8_t RemoteAddressSpace<P>::get8(pint_t addr) { in get8()
532 template <typename P> uint16_t RemoteAddressSpace<P>::get16(pint_t addr) { in get16()
536 template <typename P> uint32_t RemoteAddressSpace<P>::get32(pint_t addr) { in get32()
540 template <typename P> uint64_t RemoteAddressSpace<P>::get64(pint_t addr) { in get64()
545 typename P::uint_t RemoteAddressSpace<P>::getP(pint_t addr) { in getP()
550 uint64_t RemoteAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
560 int64_t RemoteAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
569 template <typename P> void *RemoteAddressSpace<P>::localCopy(pint_t addr) { in localCopy()
574 bool RemoteAddressSpace<P>::findFunctionName(pint_t addr, char *buf, in findFunctionName()