HomeSort by relevance Sort by last modified time
    Searched refs:GetRealFunctionAddress (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/interception/
interception_linux.h 26 bool GetRealFunctionAddress(const char *func_name, uptr *func_addr,
31 ::__interception::GetRealFunctionAddress( \
interception_win.h 26 bool GetRealFunctionAddress(const char *func_name, uptr *func_addr);
34 ::__interception::GetRealFunctionAddress( \
interception_linux.cc 22 bool GetRealFunctionAddress(const char *func_name, uptr *func_addr,
interception_win.cc 22 bool GetRealFunctionAddress(const char *func_name, uptr *func_addr) {
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 109 using __interception::GetRealFunctionAddress;
124 if (GetRealFunctionAddress("malloc", (void**)&crt_malloc)) {

Completed in 195 milliseconds