Searched refs:mapfile (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | fbsd-nat.c | 57 fbsd_read_mapping (FILE *mapfile, unsigned long *start, unsigned long *end, in fbsd_read_mapping() argument 70 if (fgets (buf, sizeof buf, mapfile) != NULL) in fbsd_read_mapping() 88 FILE *mapfile; in fbsd_find_memory_regions() local 94 mapfile = fopen (mapfilename, "r"); in fbsd_find_memory_regions() 95 if (mapfile == NULL) in fbsd_find_memory_regions() 103 while (fbsd_read_mapping (mapfile, &start, &end, &protection[0])) in fbsd_find_memory_regions() 125 fclose (mapfile); in fbsd_find_memory_regions()
|
| H A D | linux-nat.c | 2384 read_mapping (FILE *mapfile, in read_mapping() argument 2391 int ret = fscanf (mapfile, "%llx-%llx %s %llx %s %llx", in read_mapping() 2403 ret += fscanf (mapfile, "%[^\n]\n", filename); in read_mapping() 2408 fscanf (mapfile, "\n"); in read_mapping()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | mklibgcc.in | 277 mapfile="libgcc/${dir}/libgcc.map" 280 echo "${mapfile}: $SHLIB_MKMAP $SHLIB_MAPFILES $libgcc_sh_objs" 287 shlib_deps="$shlib_deps $mapfile"
|
| H A D | collect2.c | 2292 static void mapfile PARAMS ((const char *)); 2295 mapfile (name) in mapfile() function 2481 mapfile (prog_name);
|
| H A D | ChangeLog.2 | 9291 (mapfile, libselect, libcompare, locatelib): Add prototypes.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | mklibgcc.in | 761 mapfile="libgcc/${dir}/libgcc.map" 768 ${mapfile}: $SHLIB_MKMAP $SHLIB_MAPFILES 776 $libgcc_s_so: ${mapfile} 830 -e "s%@shlib_map_file@%$mapfile%g" \
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | tex | 95 0 search/1 @c\ @mapfile{ TeX font aliases text file
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ld.texinfo | 1168 @item -Map @var{mapfile} 1169 Print a link map to the file @var{mapfile}. See the description of the
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ld.texinfo | 1264 @item -Map @var{mapfile} 1265 Print a link map to the file @var{mapfile}. See the description of the
|