Searched refs:RemoteAddr (Results 1 – 4 of 4) sorted by relevance
132 uint64_t RemoteAddr; in notifyObjectLoaded() local133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr)) in notifyObjectLoaded()139 uint64_t Addr = RemoteAddr + Offsets[i].second; in notifyObjectLoaded()156 uint64_t RemoteAddr = I->first; in finalizeMemory() local159 if (!Target->loadCode(RemoteAddr, Section.MB.base(), Section.MB.size())) in finalizeMemory()162 << " to remote: 0x" << format("%llx", RemoteAddr) << "\n"); in finalizeMemory()164 if (!Target->loadData(RemoteAddr, Section.MB.base(), Section.MB.size())) in finalizeMemory()167 << " to remote: 0x" << format("%llx", RemoteAddr) << "\n"); in finalizeMemory()
43 SOCKET_ADDRESS RemoteAddr; member
111 func (c *Conn) RemoteAddr() net.Addr { func112 return c.conn.RemoteAddr()
155 cacheKey = clientSessionCacheKey(c.conn.RemoteAddr(), c.config)