Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlinker.c102 struct dst_sec { struct
141 struct dst_sec *secs; argument
202 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()
983 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struct src_sec *src_sec) in init_sec() argument
990 dst_sec->sec_sz = 0; in init_sec()
991 dst_sec->sec_idx = 0; in init_sec()
[all …]
/Linux-v5.15/arch/riscv/kernel/
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()