Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlinker.c101 struct dst_sec { struct
140 struct dst_sec *secs; argument
201 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() argument
987 dst_sec->sec_sz = 0; in init_sec()
988 dst_sec->sec_idx = 0; in init_sec()
[all …]
/openbmc/linux/arch/riscv/kernel/
H A Dmodule-sections.c126 Elf_Shdr *dst_sec = sechdrs + sechdrs[i].sh_info; in module_frob_arch_sections() local
132 if (!(dst_sec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule-sections.c141 Elf_Shdr *dst_sec = sechdrs + sechdrs[i].sh_info; in module_frob_arch_sections() local
147 if (!(dst_sec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()