Pass map_sym_tab to functions pass

This commit is contained in:
Pragyansh Chaturvedi
2025-09-08 22:50:14 +05:30
parent a5a671133c
commit e218e48162
3 changed files with 5 additions and 3 deletions

View File

@ -17,6 +17,7 @@ def maps_proc(tree, module, chunks):
print(f"Found BPF map: {func_node.name}")
process_bpf_map(func_node, module)
continue
return map_sym_tab
def create_bpf_map(module, map_name, map_params):