Home
last modified time | relevance | path

Searched refs:obj_file (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc367 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 …]
Ddump_symbols.h65 bool WriteSymbolFile(const string &obj_file,
73 bool ReadSymbolData(const string& obj_file,
Ddump_symbols_unittest.cc50 bool ReadSymbolDataInternal(const uint8_t* obj_file,
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc482 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()
Ddump_symbols.h43 bool WriteSymbolFile(const std::string &obj_file,
/external/swiftshader/third_party/subzero/pydir/
Dwasm-run-torture-tests.py139 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/
Dcompiler_functor.cc154 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 ()()
Dcpu_compiler.cc544 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/
Ddepstest.py109 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/
Dtest_from_cmd.py85 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/
Dbisect_driver.py101 def which_cache(obj_file): argument
109 if in_object_list(obj_file, bad_set_file):
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py269 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/
Dexpect.py269 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]