float vmlinux_symtab till process_func_body

This commit is contained in:
2025-10-20 22:13:38 +05:30
parent 76d0dbfbf4
commit e499c29d42
2 changed files with 6 additions and 6 deletions

View File

@ -59,10 +59,9 @@ def processor(source_code, filename, module):
populate_global_symbol_table(tree, module)
license_processing(tree, module)
globals_processing(tree, module)
print("DEBUG:", vmlinux_symtab)
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, structs_sym_tab)
func_proc(tree, module, bpf_chunks, map_sym_tab, structs_sym_tab, vmlinux_symtab)
globals_list_creation(tree, module)