Searched refs:dst_sec (Results 1 – 3 of 3) sorted by relevance
101 struct dst_sec { struct140 struct dst_sec *secs; argument201 struct dst_sec *sec = &linker->secs[i]; in bpf_linker__free()247 static struct dst_sec *add_dst_sec(struct bpf_linker *linker, const char *sec_name) in add_dst_sec()249 struct dst_sec *secs = linker->secs, *sec; in add_dst_sec()273 struct dst_sec *symtab = &linker->secs[linker->symtab_sec_idx]; in add_new_sym()299 struct dst_sec *sec; in init_output_elf()980 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struct src_sec *src_sec) in init_sec() argument987 dst_sec->sec_sz = 0; in init_sec()988 dst_sec->sec_idx = 0; in init_sec()[all …]
126 Elf_Shdr *dst_sec = sechdrs + sechdrs[i].sh_info; in module_frob_arch_sections() local132 if (!(dst_sec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
141 Elf_Shdr *dst_sec = sechdrs + sechdrs[i].sh_info; in module_frob_arch_sections() local147 if (!(dst_sec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()