Searched refs:elf_path (Results 1 – 1 of 1) sorted by relevance
76 def get_architecture(elf_path): argument77 if is_elf_file(elf_path):80 ret = my_lib.ReportGetElfArch(elf_path.encode())85 def get_build_id(elf_path): argument86 if is_elf_file(elf_path):89 ret = my_lib.ReportGetBuildId(elf_path.encode())