Home
last modified time | relevance | path

Searched refs:init_sym (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/tools/lib/bpf/
Dlinker.c298 Elf64_Sym *init_sym; in init_output_elf() local
426 init_sym = add_new_sym(linker, NULL); in init_output_elf()
427 if (!init_sym) in init_output_elf()
430 init_sym->st_name = 0; in init_output_elf()
431 init_sym->st_info = 0; in init_output_elf()
432 init_sym->st_other = 0; in init_output_elf()
433 init_sym->st_shndx = SHN_UNDEF; in init_output_elf()
434 init_sym->st_value = 0; in init_output_elf()
435 init_sym->st_size = 0; in init_output_elf()