Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_support.cpp29 decltype(QueryAllMethodSymsExt) *PandaFileWrapper::pQueryAllMethodSymsExt = nullptr;
65 LOAD_FUNC(PandaFileWrapper, QueryAllMethodSymsExt); in LoadPandFileExt()
Dfile_ext.h46 void QueryAllMethodSymsExt(PandaFileExt *pf, MethodSymInfoExtCallBack callback, void *userData);
Dpanda_file_external.h113 static decltype(QueryAllMethodSymsExt) *pQueryAllMethodSymsExt;
Dfile_ext.cpp235 void QueryAllMethodSymsExt(PandaFileExt *pf, MethodSymInfoExtCallBack callback, void *userData) in QueryAllMethodSymsExt() function