/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 367 bool LoadELF(const string& obj_file, MmapWrapper* map_wrapper, in LoadELF() argument 369 int obj_fd = open(obj_file.c_str(), O_RDONLY); in LoadELF() 372 obj_file.c_str(), strerror(errno)); in LoadELF() 379 obj_file.c_str(), strerror(errno)); in LoadELF() 386 obj_file.c_str(), strerror(errno)); in LoadELF() 392 fprintf(stderr, "Not a valid ELF file: %s\n", obj_file.c_str()); in LoadELF() 430 const string& obj_file, in ReadDebugLink() argument 443 if (!realpath(obj_file.c_str(), obj_file_abspath)) { in ReadDebugLink() 444 fprintf(stderr, "Cannot resolve absolute path for %s\n", obj_file.c_str()); in ReadDebugLink() 501 obj_file.c_str()); in ReadDebugLink() [all …]
|
D | dump_symbols.h | 65 bool WriteSymbolFile(const string &obj_file, 73 bool ReadSymbolData(const string& obj_file,
|
D | dump_symbols_unittest.cc | 50 bool ReadSymbolDataInternal(const uint8_t* obj_file,
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 482 bool WriteModuleInfo(int fd, GElf_Half arch, const std::string &obj_file) { in WriteModuleInfo() argument 496 google_breakpad::FileID file_id(obj_file.c_str()); in WriteModuleInfo() 501 std::string filename = obj_file; in WriteModuleInfo() 502 size_t slash_pos = obj_file.find_last_of("/"); in WriteModuleInfo() 504 filename = obj_file.substr(slash_pos + 1); in WriteModuleInfo() 639 bool DumpSymbols::WriteSymbolFile(const std::string &obj_file, int sym_fd) { in WriteSymbolFile() argument 645 int obj_fd = open(obj_file.c_str(), O_RDONLY); in WriteSymbolFile() 674 if (WriteModuleInfo(sym_fd, elf_header.e_machine, obj_file) && in WriteSymbolFile()
|
D | dump_symbols.h | 43 bool WriteSymbolFile(const std::string &obj_file,
|
/external/swiftshader/third_party/subzero/pydir/ |
D | wasm-run-torture-tests.py | 139 obj_file = os.path.join(OUT_DIR, test_name + ".o") 148 -verbose=wasm -o {}""".format(test_file, obj_file) 167 cmd = cmd.format(obj_file, exe_file)
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | compiler_functor.cc | 154 llvm::Expected<std::unique_ptr<llvm::object::ObjectFile>> obj_file = in operator ()() local 156 if (obj_file) { in operator ()() 157 post_codegen_hook_(*obj_file.get()); in operator ()()
|
D | cpu_compiler.cc | 544 static std::function<void(const llvm::object::ObjectFile& obj_file)> Create( in Create() 549 return [wrapped](const llvm::object::ObjectFile& obj_file) { in Create() argument 550 (*wrapped)(obj_file); in Create() 564 void operator()(const llvm::object::ObjectFile& obj_file) { in operator ()() 569 disassembler.DisassembleObjectFile(obj_file); in operator ()() 903 auto post_codegen_hook = [&](const llvm::object::ObjectFile& obj_file) { in CompileAheadOfTime() argument 908 Disassembler(*target_machine).DisassembleObjectFile(obj_file); in CompileAheadOfTime()
|
/external/icu/icu4c/source/test/depstest/ |
D | depstest.py | 109 obj_file = _obj_files[file_name] 110 imports |= obj_file["imports"] 111 exports |= obj_file["exports"]
|
/external/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_from_cmd.py | 85 obj_file = os.path.join(target_dir, 'test.o') 87 command = ' '.join([compiler, '-c', src_file, '-o', obj_file])
|
/external/toolchain-utils/binary_search_tool/ |
D | bisect_driver.py | 101 def which_cache(obj_file): argument 109 if in_object_list(obj_file, bad_set_file):
|
/external/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | expect.py | 269 obj_file = str(os.path.join(status.directory, object_filename)) 270 success, message = self.verify_object_file_preamble(obj_file) 273 cmd = [status.test_manager.disassembler_path, '--no-color', obj_file]
|
/external/deqp-deps/SPIRV-Tools/test/tools/ |
D | expect.py | 269 obj_file = str(os.path.join(status.directory, object_filename)) 270 success, message = self.verify_object_file_preamble(obj_file) 273 cmd = [status.test_manager.disassembler_path, '--no-color', obj_file]
|