Searched defs:info_location (Results 1 - 2 of 2) 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 Dpub_core_tooliface.h92 Bool info_location; member in struct:__anon32747
157 // VG_(needs).info_location

Completed in 287 milliseconds