Searched refs:map_file (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/processor/ |
D | source_line_resolver_base.cc | 88 bool SourceLineResolverBase::ReadSymbolFile(const string &map_file, in ReadSymbolFile() argument 97 int error_code = stat(map_file.c_str(), &buf); in ReadSymbolFile() 101 BPLOG(ERROR) << "Could not open " << map_file << in ReadSymbolFile() 114 BPLOG(ERROR) << "Could not allocate memory for " << map_file; in ReadSymbolFile() 118 BPLOG(INFO) << "Opening " << map_file; in ReadSymbolFile() 120 FILE *f = fopen(map_file.c_str(), "rt"); in ReadSymbolFile() 124 BPLOG(ERROR) << "Could not open " << map_file << in ReadSymbolFile() 140 BPLOG(ERROR) << "Could not slurp " << map_file << in ReadSymbolFile() 152 const string &map_file) { in LoadModule() argument 164 << " from " << map_file; in LoadModule() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
D | compile_cs | 32 map_file = name + '.map' 35 outs = [ map_file ] + gen_java_files, 50 resources = [ map_file ],
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | source_line_resolver_interface.h | 62 const string &map_file) = 0;
|
D | source_line_resolver_base.h | 77 virtual bool LoadModule(const CodeModule *module, const string &map_file);
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.h | 115 bool WriteMap(FILE *map_file);
|
D | pdb_source_line_writer.cc | 1121 bool PDBSourceLineWriter::WriteMap(FILE *map_file) { in WriteMap() argument 1122 output_ = map_file; in WriteMap()
|
/external/compiler-rt/lib/profile/ |
D | GCDAProfiling.c | 227 static int map_file() { in map_file() function 314 if (map_file() == -1) { in llvm_gcda_start_file()
|
/external/elfutils/src/src/ |
D | strings.c | 466 map_file (int fd, off64_t start_off, off64_t fdlen, size_t *map_sizep) in map_file() function 582 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size); in read_block()
|
D | ChangeLog | 2633 [_MUDFLAP] (map_file): Simplify mudflap debugging by not using mmap.
|
/external/selinux/libsemanage/src/ |
D | direct_api.c | 505 static ssize_t map_file(semanage_handle_t *sh, int fd, char **data, in map_file() function 959 if ((hll_data_len = map_file(sh, in_fd, &hll_data, &compressed)) <= 0) { in semanage_compile_hll() 1447 if ((data_len = map_file(sh, in_fd, &data, &compressed)) <= 0) { in semanage_direct_install_file()
|