Home
last modified time | relevance | path

Searched refs:exported_func (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/debug/
Dprofiler.cc142 FARPROC exported_func = ::GetProcAddress(module, context->name); in FindResolutionFunctionInImports() local
143 if (exported_func != NULL) { in FindResolutionFunctionInImports()
145 context->function = exported_func; in FindResolutionFunctionInImports()