Searched refs:dso_path (Results 1 – 8 of 8) sorted by relevance
/external/toolchain-utils/debug_info_test/ |
D | check_exist.py | 10 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))
|
D | check_cus.py | 12 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)))
|
D | check_icf.py | 9 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)
|
D | check_ngcc.py | 7 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/ |
D | perf_parser.cc | 308 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/ |
D | llc.rst | 124 .. option:: --load=<dso_path> 126 Dynamically load ``dso_path`` (a path to a dynamically shared object) that
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 124 .. option:: --load=<dso_path> 126 Dynamically load ``dso_path`` (a path to a dynamically shared object) that
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llc.pod | 116 =item B<--load>=F<dso_path> 118 Dynamically load F<dso_path> (a path to a dynamically shared object) that
|