OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existing_function
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/memory_watcher/
preamble_patcher.h
169
FARPROC
existing_function
= ::GetProcAddress(module, function_name);
local
170
if (!
existing_function
) {
176
return RawPatch((void*)
existing_function
, (void*)replacement_function,
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h
218
FARPROC
existing_function
= ::GetProcAddress(module, function_name);
local
219
if (!
existing_function
) {
227
return RawPatch((void*)
existing_function
, (void*)replacement_function,
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h
218
FARPROC
existing_function
= ::GetProcAddress(module, function_name);
local
219
if (!
existing_function
) {
227
return RawPatch((void*)
existing_function
, (void*)replacement_function,
Completed in 62 milliseconds