Home | History | Annotate | Download | only in codesighs

Lines Matching refs:inLine

314 int processLine(Options* inOptions, MSDump_Container* inContainer, const char* inLine)
340 if(0 == strncmp(" Section length", inLine, 18))
346 sectionLength = skipWhite(inLine + 18);
357 ERROR_REPORT(retval, inLine, "Cannot scan for section length.");
363 ERROR_REPORT(retval, inLine, "Cannot parse section line.");
369 else if(0 == strncmp("Dump of file ", inLine, 13))
371 const char* dupMe = inLine + 13;
426 else if(isxdigit(*inLine) && isxdigit(*(inLine + 1)) && isxdigit(*(inLine + 2)))
434 sectionString = skipToArg(inLine, 3);
526 ERROR_REPORT(retval, inLine, "Unable to grow for new section.");
539 ERROR_REPORT(retval, inLine, "Unable to determine section type.");
556 offsetArg = skipToArg(inLine, 2);
629 ERROR_REPORT(retval, inLine, "Unable to duplicate symbol name.");
635 ERROR_REPORT(retval, inLine, "Unable to grow symbol array for section.");
641 ERROR_REPORT(retval, inLine, "Unable to convert offset to a number.");
649 ERROR_REPORT(retval, inLine, "Unable to determine section index.");
655 ERROR_REPORT(retval, inLine, "No match for section prefix.");
662 ERROR_REPORT(retval, inLine, "Unable to scan for section.");