Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlinker.c363 Elf64_Sym *init_sym; in init_output_elf() local
477 init_sym = add_new_sym(linker, NULL); in init_output_elf()
478 if (!init_sym) in init_output_elf()
481 init_sym->st_name = 0; in init_output_elf()
482 init_sym->st_info = 0; in init_output_elf()
483 init_sym->st_other = 0; in init_output_elf()
484 init_sym->st_shndx = SHN_UNDEF; in init_output_elf()
485 init_sym->st_value = 0; in init_output_elf()
486 init_sym->st_size = 0; in init_output_elf()