Searched refs:libc_func_map (Results 1 – 1 of 1) sorted by relevance
135 def collect_syscall(undef_func_name, libc_func_map): argument138 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)