Searched defs:obj_file (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 432 bool LoadELF(const string& obj_file, MmapWrapper* map_wrapper, in LoadELF() 495 const string& obj_file, in ReadDebugLink() 652 bool LoadSymbols(const string& obj_file, in LoadSymbols() 1043 bool ReadSymbolDataInternal(const uint8_t* obj_file, in ReadSymbolDataInternal() 1070 const string &obj_file, in WriteSymbolFile() 1089 const string& obj_file, in WriteSymbolFileHeader() 1129 const string& obj_file, in ReadSymbolData()
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | probe_user.c | 8 const char *obj_file = "./test_probe_user.o"; in test_probe_user() local
|
D | fexit_bpf2bpf.c | 5 static void test_fexit_bpf2bpf_common(const char *obj_file, in test_fexit_bpf2bpf_common()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | compiler_functor.cc | 149 llvm::Expected<std::unique_ptr<llvm::object::ObjectFile>> obj_file = in operator ()() local
|
D | cpu_compiler.cc | 654 return [wrapped](const llvm::object::ObjectFile& obj_file) { in Create() 1027 auto post_codegen_hook = [&](const llvm::object::ObjectFile& obj_file) { in CompileAheadOfTime()
|
/external/toolchain-utils/binary_search_tool/ |
D | bisect_driver.py | 108 def which_cache(obj_file): argument
|
/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() 639 bool DumpSymbols::WriteSymbolFile(const std::string &obj_file, int sym_fd) { in WriteSymbolFile()
|