Searched refs:LocalAddr (Results 1 – 6 of 6) sorted by relevance
174 LocalAddr => $listenaddress,188 LocalAddr => $listenaddress,202 LocalAddr => $listenaddress,
231 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get()); in getLocalAddress() local232 LocalAddr = alignTo(LocalAddr, Align); in getLocalAddress()233 return reinterpret_cast<char *>(LocalAddr); in getLocalAddress()
404 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr)); in handleSetProtections() local406 << LocalAddr << " to " in handleSetProtections()410 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()
60 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
40 LocalAddr => "::1",54 LocalAddr => "::1",
42 SOCKET_ADDRESS LocalAddr; member