Pass down structs_sym_tab

This commit is contained in:
Pragyansh Chaturvedi
2025-09-21 04:28:44 +05:30
parent c79dc635d7
commit 63c44fa48c
2 changed files with 13 additions and 12 deletions

View File

@ -33,7 +33,7 @@ def processor(source_code, filename, module):
structs_sym_tab = structs_proc(tree, module, bpf_chunks)
map_sym_tab = maps_proc(tree, module, bpf_chunks)
func_proc(tree, module, bpf_chunks, map_sym_tab)
func_proc(tree, module, bpf_chunks, map_sym_tab, structs_sym_tab)
license_processing(tree, module)
globals_processing(tree, module)