Home
last modified time | relevance | path

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

/external/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/valgrind/main/callgrind/
Dcallgrind_control.in34 $mapfile = "/proc/$pid/maps";
35 if (!-e $mapfile) { next; }
37 open MAP, "<$mapfile";
/external/jpeg/
Ddjpeg.c272 FILE * mapfile; in parse_switches() local
274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { in parse_switches()
278 read_color_map(cinfo, mapfile); in parse_switches()
279 fclose(mapfile); in parse_switches()
/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/llvm/include/llvm/Bitcode/
DArchive.h525 MemoryBuffer *mapfile; ///< Raw Archive contents mapped into memory variable
/external/qemu/
DMakefile.common119 android/utils/mapfile.c \