Home | History | Annotate | Download | only in switchback

Lines Matching refs:fileName

137     char*      fileName;
427 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
566 oc->fileName, symbol);
628 oc->fileName, (Int)ELF_R_TYPE(info));
717 belch("%s: function %s with addend %p", oc->fileName, symbol, (void *)A);
721 fprintf(stderr,"%s: unknown symbol `%s'\n", oc->fileName, symbol);
841 fprintf(stderr, "%s: R_PPC_REL24 relocation failed\n", oc->fileName );
856 oc->fileName, (Int)ELF_R_TYPE(info));
883 fprintf(stderr,"%s: can't find string or symbol table\n", oc->fileName);
940 fprintf(stderr,"%s: not an ELF object\n", oc->fileName);
945 fprintf(stderr,"%s: unsupported ELF format\n", oc->fileName);
957 fprintf(stderr,"%s: unknown endiannness\n", oc->fileName);
962 fprintf(stderr,"%s: not a relocatable object (.o) file\n", oc->fileName);
980 fprintf(stderr,"%s: unknown architecture\n", oc->fileName);
994 fprintf(stderr,"%s: no section header string table\n", oc->fileName);
1043 fprintf(stderr,"%s: no string tables, or too many\n", oc->fileName);
1062 oc->fileName);
1097 fprintf(stderr,"%s: didn't find any symbol tables\n", oc->fileName);
1128 fprintf(stderr,"%s: no strtab\n", oc->fileName);
1268 ad, oc->fileName, nm );
1282 //ghciInsertStrHashTable(oc->fileName, global_symbol_table, nm, ad);
1338 if (0 == strcmp(o->fileName, path))
1360 oc->fileName = mymalloc( strlen(path)+1 );
1361 strcpy(oc->fileName, path);
1408 oc->fileName, oc->image, oc->fixup );