Searched refs:func_iter (Results 1 – 3 of 3) sorted by relevance
83 func_iter = export_func_names.begin(), in Create() local84 func_end = export_func_names.end(); func_iter != func_end; in Create()85 func_iter++, idx++) { in Create()86 const char *name = *func_iter; in Create()
606 func_iter = mFuncs.begin(), func_end = mFuncs.end(); in allocPointersExposed() local607 func_iter != func_end; func_iter++) { in allocPointersExposed()608 const char *Name = func_iter->first; in allocPointersExposed()609 uint32_t Signature = func_iter->second; in allocPointersExposed()680 func_iter = mFuncs.begin(), func_end = mFuncs.end(); in runOnModule() local681 func_iter != func_end; func_iter++) { in runOnModule()682 const char *name = func_iter->first; in runOnModule()683 uint32_t signature = func_iter->second; in runOnModule()
322 for (ExportFuncNameListTy::const_iterator func_iter = mExportFuncNames.begin(), in dump() local323 func_end = mExportFuncNames.end(); func_iter != func_end; func_iter++) { in dump()324 ALOGV("name: %s", *func_iter); in dump()