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.py94 elf = ElfFile(f, elfFiles.get_product_images_path()) variable
/developtools/hiperf/src/
Dcallstack.cpp330 auto elf = symbolsFile->GetElfFile(); in FillUnwindTable() local
Dsubcommand_dump.cpp217 auto elf = SymbolsFile::CreateSymbolsFile(elfFileName_); in DumpElfFile() local
Dsymbols_file.cpp413 …void AddSymbols(std::vector<DfxSymbol>& symbolsTable, std::shared_ptr<DfxElf> elf, const std::stri… in AddSymbols()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dverify_code_signature.cpp78 std::ifstream elf(file, std::ios::binary); in VerifyElf() local
/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.cpp574 auto elf = symbolsFile->GetElfFile(); in FillUnwindTable() local