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

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

Completed in 129 milliseconds