Searched refs:data_address (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Expression/
H A DIRInterpreter.cpp287 lldb::addr_t data_address = Malloc(value->getType()); local
289 if (data_address == LLDB_INVALID_ADDRESS)
294 m_memory_map.WritePointerToMemory(data_address, address, write_error);
299 m_memory_map.Free(data_address, free_error);
303 m_values[value] = data_address;
311 log->Printf(" Ref region : %llx", (unsigned long long)data_address);
396 lldb::addr_t data_address = Malloc(value->getType());
400 if (!ResolveConstant (data_address, constant))
403 m_memory_map.Free(data_address, free_error);
408 m_values[value] = data_address;
[all...]
/external/netperf/src/
H A Dnettest_bsd.h599 char *data_address,
H A Dnettest_bsd.c643 data_address to controlhost and utilize the specified address
647 complete_addrinfo(char *controlhost, char *data_address, char *port, int family, int type, int protocol, int flags)
668 if (data_address)
669 hostname = data_address;
642 complete_addrinfo(char *controlhost, char *data_address, char *port, int family, int type, int protocol, int flags) argument

Completed in 182 milliseconds