Lines Matching refs:optMatchArch
86 static void pkg_createOptMatchArch(char *optMatchArch);
87 static void pkg_destroyOptMatchArch(char *optMatchArch);
754 char optMatchArch[10] = { 0 };
755 pkg_createOptMatchArch(optMatchArch);
756 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch), NULL, gencFilePath);
757 pkg_destroyOptMatchArch(optMatchArch);
2207 /* Create optMatchArch for genccode architecture detection */
2208 static void pkg_createOptMatchArch(char *optMatchArch) {
2227 sprintf(optMatchArch, "%s", obj);
2241 static void pkg_destroyOptMatchArch(char *optMatchArch) {
2242 if(T_FileStream_file_exists(optMatchArch) && !T_FileStream_remove(optMatchArch)){
2243 fprintf(stderr, "T_FileStream_remove failed to delete %s\n", optMatchArch);