HomeSort by relevance Sort by last modified time
    Searched refs:RemapFileName (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 87 fprintf(dlgFile, "#include \"%s\"\n", RemapFileName);
360 f = fopen(OutMetaName(RemapFileName), "w");
361 require(f!=NULL, eMsg1("GenRemapFile: cannot open %s", OutMetaName(RemapFileName)) );
363 special_fopen_actions(OutMetaName(RemapFileName)); /* MR1 */
365 fprintf(f, "/* %s -- List of symbols to remap\n", RemapFileName);
globals.c 44 char *RemapFileName = "remap.h";
proto.h 119 extern char *RemapFileName;
    [all...]
main.c 302 static void pFr(char *s, char *t) {RemapFileName = t;}
349 static void pFr(s,t) char *s, *t; {RemapFileName = t;}
    [all...]
bits.c 898 fprintf(ErrFile, "#include \"%s\"\n", RemapFileName);
gen.c     [all...]

Completed in 394 milliseconds