Home
last modified time | relevance | path

Searched refs:dso_path (Results 1 – 8 of 8) sorted by relevance

/external/toolchain-utils/debug_info_test/
Dcheck_exist.py10 def check_debug_info(dso_path, readelf_content): argument
21 if is_whitelisted('exist_debug_info', dso_path):
29 def check_producer(dso_path, readelf_content): argument
41 if is_whitelisted('exist_producer', dso_path):
67 def check_exist_all(dso_path): argument
77 '--dwarf-depth=1', dso_path],
85 if not e(dso_path, readelf_content):
87 print('%s failed check: %s' % (dso_path, check_failed))
Dcheck_cus.py12 def check_compile_unit(dso_path, producer, comp_path): argument
25 if not c(dso_path, producer, comp_path):
30 def check_compile_units(dso_path): argument
44 '--dwarf-depth=1', dso_path],
50 failed = failed.union(check_compile_unit(dso_path, producer,
61 failed = failed.union(check_compile_unit(dso_path, producer, comp_path))
64 print('%s failed check: %s' % (dso_path, ' '.join(failed)))
Dcheck_icf.py9 def check_identical_code_folding(dso_path): argument
19 if not dso_path.endswith('/chrome.debug'):
23 nm = subprocess.Popen(['nm', dso_path],
44 print('%s was not built with ICF' % dso_path)
Dcheck_ngcc.py7 def not_by_gcc(dso_path, producer, comp_path): argument
21 if is_whitelisted('ngcc_dso_path', dso_path):
/external/perf_data_converter/src/quipper/
Dperf_parser.cc308 bool ReadElfBuildIdIfSameInode(const string& dso_path, const DSOInfo& dso, in ReadElfBuildIdIfSameInode() argument
310 int fd = open(dso_path.c_str(), O_RDONLY); in ReadElfBuildIdIfSameInode()
313 if (errno != ENOENT) LOG(ERROR) << "Failed to open ELF file: " << dso_path; in ReadElfBuildIdIfSameInode()
349 string dso_path = dso_path_stream.str(); in FindDsoBuildId() local
350 if (ReadElfBuildIdIfSameInode(dso_path, dso_info, &buildid_bin)) { in FindDsoBuildId()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllc.rst124 .. option:: --load=<dso_path>
126 Dynamically load ``dso_path`` (a path to a dynamically shared object) that
/external/llvm/docs/CommandGuide/
Dllc.rst124 .. option:: --load=<dso_path>
126 Dynamically load ``dso_path`` (a path to a dynamically shared object) that
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod116 =item B<--load>=F<dso_path>
118 Dynamically load F<dso_path> (a path to a dynamically shared object) that