Home
last modified time | relevance | path

Searched refs:mapfile (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp146 : archPath(filename), members(), mapfile(0), base(0), symTab(), strtab(), in Archive()
158 mapfile = File.take(); in mapToMemory()
159 base = mapfile->getBufferStart(); in mapToMemory()
165 delete mapfile; in cleanUpMemory()
166 mapfile = 0; in cleanUpMemory()
DArchiveReader.cpp241 if (mapfile->getBufferSize() < 8 || memcmp(base, ARFILE_MAGIC, 8)) { in checkSignature()
259 const char *End = mapfile->getBufferEnd(); in loadArchive()
373 const char *End = mapfile->getBufferEnd(); in loadSymbolTable()
482 ArchiveMember* mbr = parseMemberHeader(modptr, mapfile->getBufferEnd(), in findModuleDefiningSymbol()
509 if (!mapfile || !base) { in findModulesDefiningSymbols()
523 const char* End = mapfile->getBufferEnd(); in findModulesDefiningSymbols()
DArchiveWriter.cpp357 if (members.empty() && mapfile && mapfile->getBufferSize() > 8) { in writeToDisk()
/external/python/cpython2/Lib/plat-mac/
Dic.py218 def mapfile(self, file): member in IC
228 record = self.mapfile(os.path.split(file)[1])
245 def mapfile(filename): function
248 return _dft_ic.mapfile(filename)
/external/wayland/doc/publican/
Dmerge-mapcoords.xsl29 …<xsl:variable name="mapfile" select="concat(substring($pngfile, 1, string-length($pngfile)-3), 'ma…
30 <xsl:variable name="maproot" select="document(concat($basedir, '/', $mapfile))"/>
/external/libjpeg-turbo/
Ddjpeg.c327 FILE *mapfile; in parse_switches() local
329 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { in parse_switches()
333 read_color_map(cinfo, mapfile); in parse_switches()
334 fclose(mapfile); in parse_switches()
DCMakeLists.txt567 set(TJMAPFILE ${CMAKE_CURRENT_SOURCE_DIR}/turbojpeg-mapfile)
571 set(TJMAPFILE ${CMAKE_CURRENT_SOURCE_DIR}/turbojpeg-mapfile.jni)
DChangeLog.md787 because those functions were not included in the libturbojpeg mapfile. This
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf61 mapfile /usr/local/etc/radiusclient/port-id-map
Dradiusclient.conf.in61 mapfile @pkgsysconfdir@/port-id-map
/external/python/cpython2/Doc/library/
Dic.rst48 mapfile(file)
94 .. method:: IC.mapfile(file)
117 The mapping entry is returned in the same format as for *mapfile*.
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c136 static const char *mapfile = "/var/run/cpunodemap"; variable
1251 cpunodemap.mtime = get_mtime(mapfile); in load_map()
1252 if ((mapfp = fopen(mapfile, "r")) == NULL) in load_map()
1285 snprintf(buf, sizeof(buf), "%s.%s", mapfile, "XXXXXX"); in store_map()
1297 if (rename(buf, mapfile) < 0) in store_map()
1300 (void)chmod(mapfile, 0444); in store_map()
1335 file_mtime = get_mtime(mapfile); in get_map()
1340 file_mtime = get_mtime(mapfile); in get_map()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h525 MemoryBuffer *mapfile; ///< Raw Archive contents mapped into memory variable
/external/libnetfilter_conntrack/src/conntrack/
Dapi.c1576 struct nfct_labelmap *nfct_labelmap_new(const char *mapfile) in nfct_labelmap_new() argument
1578 return __labelmap_new(mapfile); in nfct_labelmap_new()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h307 struct nfct_labelmap *nfct_labelmap_new(const char *mapfile);
/external/python/cpython2/Modules/zlib/
Dmake_vms.com54 $ mapfile = name + ".map"
/external/zlib/src/
Dmake_vms.com54 $ mapfile = name + ".map"
/external/libpng/
Dconfigure.ac192 GLD=`$LD --help < /dev/null 2>&1 | grep 'M mapfile'`
DCHANGES4146 the linker mapfile symbol prefix.
/external/freetype/
Dvms_make.com55 $ mapfile = name + ".map"