Searched refs:mModule (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dmsmap.h119 char* mModule; member in struct:__struct_MSMap_Module
H A Dcodesighs.c166 ** mModule Module name.
170 char* mModule; member in struct:__struct_ModuleStats
482 if(0 == strcmp(modules[index].mModule, module))
503 modules[index].mModule = strdup(module);
504 if(NULL == modules[index].mModule)
581 fprintf(inOptions->mOutput, "%s\n", modules[loop].mModule);
586 CLEANUP(modules[loop].mModule);
H A Dmsmap2tsv.c1190 ERROR_REPORT(retval, inModule->mModule, "Unable to grow symbols.");
1236 ERROR_REPORT(retval, inModule->mModule, "Unable to scan static symbols.");
1315 ERROR_REPORT(retval, inModule->mModule, "Unable to grow symbols.");
1366 ERROR_REPORT(retval, inModule->mModule, "Unable to scan public symbols.");
1411 ERROR_REPORT(retval, inModule->mModule, "Unable to grow segments.");
1466 ERROR_REPORT(retval, inModule->mModule, "Unable to scan segments.");
1526 inModule->mModule = strdup(current);
1527 if(NULL != inModule->mModule)
1542 if(0 == strcmp(inModule->mModule, inOptions->mMatchModules[matchLoop]))
1709 CLEANUP(inModule->mModule);
[all...]
H A Dmaptsvdifftool.c195 char* mModule; member in struct:__struct_ModuleStats
226 retval = strcmp(one->mModule, two->mModule);
452 if(0 == strcmp(modules[moduleIndex].mModule, module))
469 modules[moduleIndex].mModule = strdup(module);
470 if(NULL == modules[moduleIndex].mModule)
972 fprintf(inOptions->mOutput, "%s\n", theModule->mModule);
1065 CLEANUP(theModule->mModule);

Completed in 4972 milliseconds