HomeSort by relevance Sort by last modified time
    Searched defs:mapfile (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
main.cc 39 #include "mapfile.h"
182 Mapfile* mapfile = NULL; local
185 mapfile = new Mapfile();
186 if (!mapfile->open(command_line.options().Map()))
188 delete mapfile;
189 mapfile = NULL;
249 &symtab, &layout, mapfile);
316 mapfile == NULL ? stdout : mapfile->file())
    [all...]
  /external/libjpeg-turbo/
djpeg.c 312 FILE *mapfile; local
314 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
318 read_color_map(cinfo, mapfile);
319 fclose(mapfile);
  /external/python/cpython2/Lib/plat-mac/
ic.py 218 def mapfile(self, file): member in class:IC
228 record = self.mapfile(os.path.split(file)[1])
245 def mapfile(filename): function
248 return _dft_ic.mapfile(filename)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
ic.py 218 def mapfile(self, file): member in class:IC
228 record = self.mapfile(os.path.split(file)[1])
245 def mapfile(filename): function
248 return _dft_ic.mapfile(filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
ic.py 218 def mapfile(self, file): member in class:IC
228 record = self.mapfile(os.path.split(file)[1])
245 def mapfile(filename): function
248 return _dft_ic.mapfile(filename)
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
Archive.h 525 MemoryBuffer *mapfile; ///< Raw Archive contents mapped into memory member in class:llvm::Archive
  /toolchain/binutils/binutils-2.27/bfd/
elf32-rx.c 3678 FILE *mapfile; member in struct:__anon4021
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 137 static const char *mapfile = "/var/run/cpunodemap"; variable
1136 * If using this cached data, remember the mtime of the mapfile
1144 * won't see the mapfile it just wrote as being newer than what
1184 time_t mtime; /* modtime of mapfile when last read */
1192 * cache of it in mapfile is current.
1233 * load_map() - Load cpunodemap[] from mapfile.
1236 * The cpunodemap in mapfile is more recent than
1244 char buf[SMALL_BUFSZ]; /* buffer 1 line of mapfile */
1245 FILE *mapfp; /* File stream on mapfile */
1252 cpunodemap.mtime = get_mtime(mapfile);
    [all...]

Completed in 1654 milliseconds