Searched refs:libc_func_maps (Results 1 – 1 of 1) sorted by relevance
264 def extract_libc_func(callee_und_func_name, libc_func_maps): argument267 for key in libc_func_maps.keys():268 if func_name in libc_func_maps.get(key):315 libc_func_maps = get_lib_func_to_other_func_maps(deps_elf_path, libc_func_list)316 libc_func_used |= extract_libc_func(callee_und_func_name, libc_func_maps)