Searched refs:mapfile (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/amd/scripts/
H A Dtest-attrcache.in22 mapfile="/tmp/amd.testmap.$$"
29 cat - >$mapfile <<EOF
36 cat - >$mapfile <<EOF
44 # rm -f /tmp/a /tmp/b $mapfile $logfile
51 echo amd -x all -D all -r -l $logfile $a $mapfile -cache:=mapdefault,sync
52 amd -x all -D all -r -l $logfile $a $mapfile -cache:=mapdefault,sync
59 ls -l $mapfile
71 ls -l $mapfile
107 ls -l $mapfile
H A Damd2ldif.in4 Usage $0 mapname base < mapfile >mapfile.ldif
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dfbsd-proc.c52 read_mapping (FILE *mapfile, unsigned long *start, unsigned long *end, argument
65 if (fgets (buf, sizeof buf, mapfile) != NULL)
79 FILE *mapfile; local
85 mapfile = fopen (mapfilename, "r");
86 if (mapfile == NULL)
94 while (read_mapping (mapfile, &start, &end, &protection[0]))
116 fclose (mapfile);
/freebsd-10.2-release/contrib/ipfilter/l4check/
H A Dl4check.c455 char *mapfile(file, sizep) function
465 perror("open(mapfile)");
470 perror("fstat(mapfile)");
477 perror("mmap(mapfile)");
679 probe = mapfile(t, &plen);
733 response = mapfile(t, &rlen);
/freebsd-10.2-release/contrib/gcc/
H A Dmklibgcc.in761 mapfile="libgcc/${dir}/libgcc.map"
768 ${mapfile}: $SHLIB_MKMAP $SHLIB_MAPFILES
776 $libgcc_s_so: ${mapfile}
830 -e "s%@shlib_map_file@%$mapfile%g" \

Completed in 135 milliseconds