Searched refs:map_file (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/contrib/binutils/ld/
H A Dld.h286 FILE *map_file; member in struct:__anon605
H A Dldctor.c331 if (config.map_file != NULL)
H A Dldexp.c121 fputc (' ', config.map_file);
124 fputs (table[idx].name, config.map_file);
126 fputc (code, config.map_file);
128 fprintf (config.map_file, "<code %d>", code);
131 fputc (' ', config.map_file);
967 if (config.map_file == NULL)
968 config.map_file = stderr;
987 fprintf (config.map_file, "%s", tree->assign.dst);
993 fprintf (config.map_file, "PROVIDE (%s, ", tree->assign.dst);
995 fprintf (config.map_file, ")");
[all...]
H A Dldlang.c1755 fprintf (config.map_file, _("\nDiscarded input sections\n\n"));
1764 fprintf (config.map_file, "%-16s %-18s %-18s %s\n",
1772 fprintf (config.map_file, "%-16s ", m->name);
1805 fprintf (config.map_file, _("\nLinker script and memory map\n\n"));
3569 fprintf (config.map_file, "LOAD %s\n", statm->filename);
3683 fputs (" FILL mask 0x", config.map_file);
3685 fprintf (config.map_file, "%02x", *p);
3686 fputs ("\n", config.map_file);
3814 fprintf (config.map_file, "%02x", *p);
3874 fprintf (config.map_file, "STAR
[all...]
H A Dldmain.c446 config.map_file = stdout;
450 config.map_file = fopen (config.map_filename, FOPEN_WT);
451 if (config.map_file == (FILE *) NULL)
471 if (config.map_file != NULL)
474 output_cref (config.map_file != NULL ? config.map_file : stdout);
907 if (config.map_file != NULL)
H A Dldmisc.c480 if (config.map_file != NULL)
485 vfinfo (config.map_file, fmt, arg, FALSE);
506 fprintf (config.map_file, " ");
512 fprintf (config.map_file, "\n");
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp746 const char *map_file = argv[optind + 1]; local
752 if (!read_map(map_file, table))
872 fprintf(stream, "usage: %s [-sv] [-g gf_file] [-k skewchar] tfm_file map_file font\n",
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c260 static int map_file() { function
392 if (map_file() == -1) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dalias.c401 map->map_class->map_cname, map->map_file);
454 if (stat(map->map_file, &stb) < 0)
463 map->map_file, ext == NULL ? "" : ext) >= sizeof(buf))
468 map->map_file, ext == NULL ? "" : ext);
470 map->map_file, ext == NULL ? "" : ext);
523 if ((af = safefopen(map->map_file, O_RDWR, 0, sff)) == NULL)
528 (af = safefopen(map->map_file, O_RDONLY, 0, sff)) == NULL)
534 map->map_file, sm_errstring(saveerr));
537 map->map_file, sm_errstring(saveerr));
546 map->map_file, sm_errstrin
[all...]
H A Dmap.c293 map->map_file = p;
298 map->map_file = newstr(map->map_file);
306 if (map->map_file == NULL &&
500 map->map_file == NULL ? "NULL" : map->map_file);
565 map->map_file == NULL ? "NULL" :
566 map->map_file);
578 map->map_file == NULL ? "NULL" :
579 map->map_file,
[all...]
H A Dreadcf.c4821 s->s_map.map_mflags, s->s_map.map_file);
H A Dsendmail.h1382 char *map_file; /* the (nominal) filename */ variable
H A Dudb.c868 val = udbmatch(key, map->map_file, NULL);

Completed in 189 milliseconds