Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dsource_line_resolver_base.cc88 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/libxkbcommon/xkbcommon/src/
Dutils.c35 map_file(FILE *file, const char **string_out, size_t *size_out) in map_file() function
64 map_file(FILE *file, const char **string_out, size_t *size_out) in map_file() function
Dutils.h182 map_file(FILE *file, const char **string_out, size_t *size_out);
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
Dcompile_cs32 map_file = name + '.map'
35 outs = [ map_file ] + gen_java_files,
50 resources = [ map_file ],
/external/u-boot/scripts/
Dmailmapper130 for map_file in mailmap_files:
132 infile = open(map_file)
/external/google-breakpad/src/google_breakpad/processor/
Dsource_line_resolver_interface.h62 const string &map_file) = 0;
Dsource_line_resolver_base.h77 virtual bool LoadModule(const CodeModule *module, const string &map_file);
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h115 bool WriteMap(FILE *map_file);
Dpdb_source_line_writer.cc1121 bool PDBSourceLineWriter::WriteMap(FILE *map_file) { in WriteMap() argument
1122 output_ = map_file; in WriteMap()
/external/compiler-rt/lib/profile/
DGCDAProfiling.c215 static int map_file() { in map_file() function
302 if (map_file() == -1) { in llvm_gcda_start_file()
/external/libxkbcommon/xkbcommon/src/compose/
Dpaths.c71 ok = map_file(file, &string, &string_size); in resolve_name()
Dparser.c508 ok = map_file(file, &string, &size); in do_include()
749 ok = map_file(file, &string, &size); in parse_file()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_offload.py534 def check_dev_info_removed(prog_file=None, map_file=None): argument
543 ret, err = bpftool("map show pin %s" % (map_file), fail=False)
549 def check_dev_info(other_ns, ns, prog_file=None, map_file=None, removed=False): argument
1077 map_file, _ = pin_map("/sys/fs/bpf/tmp_map", idx=1, expected=2) variable
1081 check_dev_info_removed(prog_file=prog_file, map_file=map_file)
/external/elfutils/src/
Dstrings.c455 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) in map_file() function
571 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size); in read_block()
DChangeLog1183 (map_file): Replace mmap64 with mmap.
4181 [_MUDFLAP] (map_file): Simplify mudflap debugging by not using mmap.
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dscanner.c198 ok = map_file(file, &string, &size); in XkbParseFile()
Drules.c1018 ret = map_file(file, &string, &size); in xkb_components_from_rules()
/external/selinux/libsemanage/src/
Ddirect_api.c588 static ssize_t map_file(semanage_handle_t *sh, const char *path, char **data, in map_file() function
1086 if ((hll_data_len = map_file(sh, hll_path, &hll_data, &compressed)) <= 0) { in semanage_compile_module()
1761 if ((data_len = map_file(sh, install_filename, &data, &compressed)) <= 0) { in semanage_direct_install_file()
1898 _data_len = map_file(sh, input_file, &_data, &compressed); in semanage_direct_extract()
/external/u-boot/doc/
DREADME.trace275 -m <map_file>
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc581 FileDescriptorProto map_file; in SetUp() local
582 map_file.set_name("map.proto"); in SetUp()
583 DescriptorProto* message3 = AddMessage(&map_file, "TestMessage3"); in SetUp()
630 map_file_ = pool_.BuildFile(map_file); in SetUp()