Searched refs:info_location (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp30 addr_t info_location; local
35 info_location = process->GetImageInfoAddress();
37 if (info_location == LLDB_INVALID_ADDRESS)
41 size = process->DoReadMemory(info_location, &info_addr,
/external/valgrind/main/coregrind/
H A Dm_tooliface.c96 .info_location = False,
308 void (*info_location)(Addr)
311 VG_(needs).info_location = True;
312 VG_(tdict).tool_info_location = info_location;
H A Dpub_core_tooliface.h92 Bool info_location; member in struct:__anon32747
157 // VG_(needs).info_location
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h465 void (*info_location)(Addr)
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c422 if (VG_(needs).info_location) {
427 if (!VG_(needs).info_location || VG_(debugLog_getLevel)() > 0 ) {

Completed in 138 milliseconds