Searched defs:elf_path (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/ |
H A D | collect_elf_syscall.py | 41 def create_needed_file(elf_path, locate_path, cmd, suffix): argument 54 def generate_libc_asm(target_cpu, elf_path, locate_path): argument 68 def get_lib_path(elf_path, elf_name, cmd_extra): argument 83 def extract_elf_name(elf_path): argument 96 def extract_undef_name(elf_path): argument 108 def collect_elf(elf_path, elf_name): argument 156 def get_und_func_except_libc(elf_path, libc_func_list): argument 162 def get_und_libc_func(elf_path, libc_func_list): argument 168 def create_disassemble_file(elf_path, locate_path, section): argument 255 def get_lib_func_to_other_func_maps(elf_path, libc_func_list): argument
|