Lines Matching defs:addr

114   uint8_t         get8(pint_t addr) {  in get8()
119 uint16_t get16(pint_t addr) { in get16()
124 uint32_t get32(pint_t addr) { in get32()
129 uint64_t get64(pint_t addr) { in get64()
134 double getDouble(pint_t addr) { in getDouble()
139 v128 getVector(pint_t addr) { in getVector()
158 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
167 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
192 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
213 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP()
320 static inline bool _dyld_find_unwind_sections(void* addr, in _dyld_find_unwind_sections()
457 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName()
507 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) { in get8()
511 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) { in get16()
515 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) { in get32()
519 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) { in get64()
524 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) { in getP()
529 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
539 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
548 template <typename P> void *OtherAddressSpace<P>::localCopy(pint_t addr) { in localCopy()
553 bool OtherAddressSpace<P>::findFunctionName(pint_t addr, char *buf, in findFunctionName()