Searched refs:obj_file (Results 1 – 10 of 10) sorted by relevance
/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/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 | 98 def which_cache(obj_file): argument 106 ret = subprocess.call(['grep', '-x', '-q', obj_file, bad_set_file])
|
/external/mesa3d/scons/ |
D | crossmingw.py | 154 obj_file = env2.SharedObject(c_file)
|
/external/harfbuzz_ng/win32/ |
D | build-rules-msvc.mak | 95 # $(obj_file):
|