Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 8 of 8) sorted by relevance

/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
Delf_file_mgr.py124 def add_elf_file(self, elf): argument
246 def __build_deps_tree_for_one_elf(self, elf): argument
275 elf = mgr.get_elf_by_path("system/lib/libskia_ohos.z.so") variable
Delf_file.py104 elf = ElfFile(f, elfFiles.get_product_images_path()) variable
/developtools/hiperf/src/
Dsubcommand_dump.cpp200 auto elf = SymbolsFile::CreateSymbolsFile(elfFileName_); in DumpElfFile() local
Dcallstack.cpp724 auto elf = symbolsFile->GetElfFile(); in FillUnwindTable() local
Dsymbols_file.cpp410 …void AddSymbols(std::vector<DfxSymbol>& symbolsTable, std::shared_ptr<DfxElf> elf, const std::stri… in AddSymbols()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DCodeSigning.java308 … Map.Entry<String, Long> elf) throws IOException, FsVerityDigestException, CodeSignException { in signHnpElf()
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Dram_analyzer.py268 def result_process1(cls, result_dict, process_name, process_size, elf, size): argument
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp573 auto elf = symbolsFile->GetElfFile(); in FillUnwindTable() local