Home | History | Annotate | Download | only in Reactor

Lines Matching refs:functionList

47 		for(FunctionList::iterator i = functionList.begin(); i != functionList.end(); i++)
56 functionList[function] = new Function(codeSize, function, entry, size);
77 unsigned int location = functionList[function]->location;
116 int exportsSize = (int)(sizeof(IMAGE_EXPORT_DIRECTORY) + functionList.size() * sizeof(void*) + (strlen(dllName) + 1));
287 exportDirectory.Name = (unsigned long)(exportsPage + sizeof(IMAGE_EXPORT_DIRECTORY) + functionList.size() * sizeof(void*));
289 exportDirectory.NumberOfFunctions = (unsigned long)functionList.size();
315 for(FunctionList::iterator i = functionList.begin(); i != functionList.end(); i++)
345 Function *function = functionList[buffer];