Home
last modified time | relevance | path

Searched refs:obj_file (Results 1 – 10 of 10) 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/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/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/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.py98 def which_cache(obj_file): argument
106 ret = subprocess.call(['grep', '-x', '-q', obj_file, bad_set_file])
/external/harfbuzz_ng/win32/
Dbuild-rules-msvc.mak95 # $(obj_file):