Home
last modified time | relevance | path

Searched refs:libc_func_map (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dcollect_elf_syscall.py135 def collect_syscall(undef_func_name, libc_func_map): argument
138 for libc_func in libc_func_map:
295 libc_func_map = gen_libc.get_syscall_map(args.target_cpu, args.src_syscall_path, libc_asm_path)
299 libc_func_list = [item.func_name for item in libc_func_map]
318 syscall_nr_list = collect_syscall(libc_func_used, libc_func_map)