HomeSort by relevance Sort by last modified time
    Searched refs:map_file (Results 1 - 25 of 32) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
rgn-over.exp 35 set map_file "tmpdir/[file tail $test_name].map"
41 if [file exists $map_file] {
44 if [regexp_diff $map_file $test_file] {
include.exp 35 set map_file "tmpdir/[file tail $test_name].map"
rgn-at.exp 30 set map_file "tmpdir/[file tail $test_name].map"
  /external/google-breakpad/src/processor/
source_line_resolver_base.cc 88 bool SourceLineResolverBase::ReadSymbolFile(const string &map_file,
97 int error_code = stat(map_file.c_str(), &buf);
101 BPLOG(ERROR) << "Could not open " << map_file <<
114 BPLOG(ERROR) << "Could not allocate memory for " << map_file;
118 BPLOG(INFO) << "Opening " << map_file;
120 FILE *f = fopen(map_file.c_str(), "rt");
124 BPLOG(ERROR) << "Could not open " << map_file <<
140 BPLOG(ERROR) << "Could not slurp " << map_file <<
152 const string &map_file) {
164 << " from " << map_file;
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
source_line_resolver_interface.h 60 // map_file should contain line/address mappings for this module.
62 const string &map_file) = 0;
source_line_resolver_base.h 77 virtual bool LoadModule(const CodeModule *module, const string &map_file);
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.h 57 extern char *map_file;
nlmheader.y 60 char *map_file;
248 map_file = "";
253 map_file = $2;
274 map_file = "";
278 map_file = $2;
  /external/libxkbcommon/xkbcommon/src/
utils.c 35 map_file(FILE *file, const char **string_out, size_t *size_out) function
64 map_file(FILE *file, const char **string_out, size_t *size_out) function
utils.h 182 map_file(FILE *file, const char **string_out, size_t *size_out);
  /bootable/recovery/uncrypt/
uncrypt.cpp 252 static int produce_block_map(const char* path, const char* map_file, const char* blk_dev,
255 if (!android::base::RemoveFileIfExists(map_file, &err)) {
256 LOG(ERROR) << "failed to remove the existing map file " << map_file << ": " << err;
259 std::string tmp_map_file = std::string(map_file) + ".tmp";
442 if (rename(tmp_map_file.c_str(), map_file) == -1) {
443 PLOG(ERROR) << "failed to rename " << tmp_map_file << " to " << map_file; local
447 std::string file_name = map_file;
465 static int uncrypt(const char* input_path, const char* map_file, const int socket) {
499 LOG(INFO) << "writing block map " << map_file;
500 return produce_block_map(path, map_file, blk_dev, encrypted, f2fs_fs, socket)
623 const char* map_file = CACHE_BLOCK_MAP.c_str(); local
    [all...]
  /system/update_engine/payload_generator/
squashfs_filesystem.cc 79 string map_file; local
81 utils::MakeTempFile("squashfs_file_map.XXXXXX", &map_file, nullptr));
82 ScopedPathUnlinker map_unlinker(map_file);
86 vector<string> cmd = {"unsquashfs", "-m", map_file, sqfs_path};
95 TEST_AND_RETURN_FALSE(utils::ReadFile(map_file, map));
  /toolchain/binutils/binutils-2.27/ld/
ldexp.c 136 fputc (' ', config.map_file);
139 fputs (table[idx].name, config.map_file);
141 fputc (code, config.map_file);
143 fprintf (config.map_file, "<code %d>", code);
146 fputc (' ', config.map_file);
    [all...]
ldmisc.c 484 if (config.map_file != NULL)
504 vfinfo (config.map_file, fmt, arg, FALSE);
525 fprintf (config.map_file, " ");
531 fprintf (config.map_file, "\n");
ldmain.c 413 config.map_file = stdout;
417 config.map_file = fopen (config.map_filename, FOPEN_WT);
418 if (config.map_file == (FILE *) NULL)
445 if (config.map_file != NULL)
448 output_cref (config.map_file != NULL ? config.map_file : stdout);
836 if (config.map_file != NULL)
    [all...]
ld.h 304 FILE *map_file; member in struct:__anon4946
ldctor.c 331 if (config.map_file != NULL)
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.h 115 bool WriteMap(FILE *map_file);
  /external/libxkbcommon/xkbcommon/src/compose/
paths.c 71 ok = map_file(file, &string, &string_size);
parser.c 508 ok = map_file(file, &string, &size);
749 ok = map_file(file, &string, &size);
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 215 static int map_file() { function
225 MAP_FILE | MAP_SHARED, fd, 0);
302 if (map_file() == -1) {
  /system/extras/simpleperf/
environment.cpp 261 std::string map_file = android::base::StringPrintf("/proc/%d/maps", pid); local
262 FILE* fp = fopen(map_file.c_str(), "re");
264 PLOG(DEBUG) << "can't open file " << map_file;
  /build/soong/cc/
gen_stub_libs.py 424 with open(args.api_map) as map_file:
425 api_map = json.load(map_file)
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
scanner.c 198 ok = map_file(file, &string, &size);
  /external/elfutils/src/
strings.c 470 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) function
586 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size);

Completed in 412 milliseconds

1 2