HomeSort by: relevance | last modified time | path
    Searched defs:fnames (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
DbeJarFile.h 43 Vector<ZipEntry *> *fnames; member in class:DbeJarFile
DwarfLib.cc 1271 Vector<DwrFileName *> *fnames = new Vector<DwrFileName *> (cnt); local
1315 fnames->append (fnp);
1318 return fnames;
ipc.cc 2436 Vector<const char*> *fnames = (Vector<const char*> *) readArray (req); local
2438 dbeSetLocations (fnames, locations);
2439 destroy (fnames);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeJarFile.h 43 Vector<ZipEntry *> *fnames; member in class:DbeJarFile
DwarfLib.cc 1271 Vector<DwrFileName *> *fnames = new Vector<DwrFileName *> (cnt); local
1315 fnames->append (fnp);
1318 return fnames;
ipc.cc 2436 Vector<const char*> *fnames = (Vector<const char*> *) readArray (req); local
2438 dbeSetLocations (fnames, locations);
2439 destroy (fnames);
  /src/external/mpl/bind/dist/tests/dns/
rbt_test.c 1102 static dns_fixedname_t *fnames; variable
1153 fnames = (dns_fixedname_t *)malloc(4000000 * sizeof(dns_fixedname_t));
1160 dns_test_namefromstring(namestr, &fnames[i]);
1161 names[i] = dns_fixedname_name(&fnames[i]);
1201 free(fnames);
  /src/usr.bin/xlint/lint2/
read.c 65 * The array pointed to by *fnames maps file name indices to file names.
68 const char **fnames; variable
222 if (fnames == NULL)
223 fnames = xcalloc(nfnames = 256, sizeof(*fnames));
268 fnames[srcfile], flines[srcfile], buf, readfile_line);
1110 for (i = 1; fnames[i] != NULL; i++) {
1111 if (strcmp(fnames[i], fn) == 0)
1117 fnames = xrealloc(fnames, nlen * sizeof(*fnames))
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
cris-dis.c 702 const char *fnames
710 *cp++ = fnames[i];
701 const char *fnames local
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c 702 const char *fnames
710 *cp++ = fnames[i];
701 const char *fnames local
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-dis.c 702 const char *fnames
710 *cp++ = fnames[i];
701 const char *fnames local
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile.c 635 compile_file_names fnames = get_new_file_names ();
640 gdb_file_up src = gdb_fopen_cloexec (fnames.source_file (), "w");
644 source_remover.emplace (fnames.source_file ());
652 fnames.source_file ());
659 compiler->set_source_file (fnames.source_file ());
660 ok = compiler->compile (fnames.object_file (), compile_debug);
666 fnames.object_file ());
670 return fnames;
689 compile_file_names fnames = compile_to_object (cmd, cmd_string, scope);
691 gdb::unlinker object_remover (fnames.object_file ())
633 compile_file_names fnames = get_new_file_names (); local
687 compile_file_names fnames = compile_to_object (cmd, cmd_string, scope); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile.c 673 compile_file_names fnames = get_new_file_names ();
678 gdb_file_up src = gdb_fopen_cloexec (fnames.source_file (), "w");
682 source_remover.emplace (fnames.source_file ());
690 fnames.source_file ());
697 compiler->set_source_file (fnames.source_file ());
698 ok = compiler->compile (fnames.object_file (), compile_debug);
704 fnames.object_file ());
708 return fnames;
727 compile_file_names fnames = compile_to_object (cmd, cmd_string, scope);
729 gdb::unlinker object_remover (fnames.object_file ())
671 compile_file_names fnames = get_new_file_names (); local
725 compile_file_names fnames = compile_to_object (cmd, cmd_string, scope); local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
cris-dis.c 702 const char *fnames
710 *cp++ = fnames[i];
701 const char *fnames local
  /src/usr.sbin/sysinst/
main.c 346 char **fnames = arg; local
348 msg_file(fnames[m->cursel]);
355 * fnames[0] is preallocated and duplicates are ignored.
358 char **lang_msg, **fnames; member in struct:found_msgs
397 new = realloc(res->fnames,
398 res->max_lang * sizeof *res->fnames);
401 res->fnames = new;
403 res->fnames[res->num_lang] = strdup(fname);
422 found.fnames = malloc(found.max_lang * sizeof *found.fnames);
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 4271 static fname_cache fnames;
4278 ptr = & fnames;
4301 ptr = & fnames;
4270 static fname_cache fnames; variable
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 4270 static fname_cache fnames;
4277 ptr = & fnames;
4300 ptr = & fnames;
4269 static fname_cache fnames; variable

Completed in 34 milliseconds