Searched defs:INTERPOSE_FUNCTION (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/dynamic/
H A Dasan_interceptors_dynamic.cc27 #define INTERPOSE_FUNCTION(function) \ macro
43 INTERPOSE_FUNCTION(strlen),
44 INTERPOSE_FUNCTION(memcmp),
45 INTERPOSE_FUNCTION(memcpy),
46 INTERPOSE_FUNCTION(memmove),
47 INTERPOSE_FUNCTION(memset),
48 INTERPOSE_FUNCTION(strchr),
49 INTERPOSE_FUNCTION(strcat),
50 INTERPOSE_FUNCTION(strncat),
51 INTERPOSE_FUNCTION(strcp
[all...]
/external/chromium/chrome/browser/
H A Dplugin_carbon_interpose_mac.cc173 #define INTERPOSE_FUNCTION(function) \ macro
179 INTERPOSE_FUNCTION(IsWindowActive),
180 INTERPOSE_FUNCTION(IsWindowHilited),
181 INTERPOSE_FUNCTION(SelectWindow),
182 INTERPOSE_FUNCTION(ShowWindow),
183 INTERPOSE_FUNCTION(ShowHide),
184 INTERPOSE_FUNCTION(DisposeWindow),
185 INTERPOSE_FUNCTION(HideWindow),
186 INTERPOSE_FUNCTION(ReleaseWindow),
187 INTERPOSE_FUNCTION(DisposeDialo
[all...]

Completed in 83 milliseconds