Home | History | Annotate | Download | only in codesighs

Lines Matching refs:symbol

127 static Switch gMatchSection = {"--match-section", "-msec", 1, NULL, "Only consider sections that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify an array of sections."  DESC_NEWLINE "Section is considered symbol type."};
129 static Switch gMatchSymbol = {"--match-symbol", "-msym", 1, NULL, "Only consider symbols that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify an array of symbols."};
245 char* symbol;
255 ** size class scope module segment object symbol ....
274 symbol = strchr(lineBuffer, '\t') + 1;
441 if(NULL != strstr(symbol, inOptions->mMatchSymbols[loop]))