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

/linux-master/tools/lib/bpf/
H A Dlinker.c92 /* sec_var index in the corresponding dst_sec, if exists */
101 struct dst_sec { struct
140 struct dst_sec *secs;
201 struct dst_sec *sec = &linker->secs[i];
247 static struct dst_sec *add_dst_sec(struct bpf_linker *linker, const char *sec_name)
249 struct dst_sec *secs = linker->secs, *sec;
273 struct dst_sec *symtab = &linker->secs[linker->symtab_sec_idx];
299 struct dst_sec *sec;
997 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struc argument
1089 sec_content_is_same(struct dst_sec *dst_sec, struct src_sec *src_sec) argument
1194 struct dst_sec *dst_sec; local
1834 struct dst_sec *dst_sec = NULL; local
2035 struct dst_sec *dst_sec, *dst_linked_sec; local
2351 struct dst_sec *dst_sec; local
2456 struct dst_sec *dst_sec; local
[all...]
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c126 Elf_Shdr *dst_sec = sechdrs + sechdrs[i].sh_info; local
132 if (!(dst_sec->sh_flags & SHF_EXECINSTR))
/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c141 Elf_Shdr *dst_sec = sechdrs + sechdrs[i].sh_info; local
147 if (!(dst_sec->sh_flags & SHF_EXECINSTR))

Completed in 95 milliseconds