Searched refs:host_addr (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_dispatch.h46 running the host code at 'host_addr'. It is almost always the case
47 that host_addr is the translation for guest_state.guest_IP, that
48 is, host_addr is what it would be if we looked up the address of
52 no-redir translation. In this case host_addr is the address of the
66 Addr host_addr );
/external/kernel-headers/original/uapi/linux/
H A Dnfs4_mount.h48 struct sockaddr __user * host_addr; /* 1 */ member in struct:nfs4_mount_data
/external/lldb/include/lldb/Host/
H A DHost.h344 /// @param[in] host_addr
348 /// \b A file spec with the module that contains \a host_addr,
349 /// which may be invalid if \a host_addr doesn't fall into
353 GetModuleFileSpecForHostAddress (const void *host_addr);
/external/toybox/toys/pending/
H A Dtelnetd.c32 char *host_addr;
136 get_sockaddr(TT.host_addr, buf);
/external/lldb/source/Host/common/
H A DHost.cpp775 Host::GetModuleFileSpecForHostAddress (const void *host_addr) argument
779 if (::dladdr (host_addr, &info))
/external/toybox/generated/
H A Dglobals.h774 char *host_addr; member in struct:telnetd_data

Completed in 195 milliseconds