Lines Matching defs:addr
57 static inline bool _dyld_find_unwind_sections(void* addr, in _dyld_find_unwind_sections()
147 uint8_t get8(pint_t addr) { in get8()
152 uint16_t get16(pint_t addr) { in get16()
157 uint32_t get32(pint_t addr) { in get32()
162 uint64_t get64(pint_t addr) { in get64()
167 double getDouble(pint_t addr) { in getDouble()
172 v128 getVector(pint_t addr) { in getVector()
191 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
200 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
225 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
246 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP()
521 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName()
571 template <typename P> uint8_t RemoteAddressSpace<P>::get8(pint_t addr) { in get8()
575 template <typename P> uint16_t RemoteAddressSpace<P>::get16(pint_t addr) { in get16()
579 template <typename P> uint32_t RemoteAddressSpace<P>::get32(pint_t addr) { in get32()
583 template <typename P> uint64_t RemoteAddressSpace<P>::get64(pint_t addr) { in get64()
588 typename P::uint_t RemoteAddressSpace<P>::getP(pint_t addr) { in getP()
593 uint64_t RemoteAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
603 int64_t RemoteAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
612 template <typename P> void *RemoteAddressSpace<P>::localCopy(pint_t addr) { in localCopy()
617 bool RemoteAddressSpace<P>::findFunctionName(pint_t addr, char *buf, in findFunctionName()