Home
last modified time | relevance | path

Searched defs:linker (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/lib/bpf/
Dlinker.c180 void bpf_linker__free(struct bpf_linker *linker) in bpf_linker__free()
219 struct bpf_linker *linker; in bpf_linker__new() local
247 static struct dst_sec *add_dst_sec(struct bpf_linker *linker, const char *sec_name) in add_dst_sec()
271 static Elf64_Sym *add_new_sym(struct bpf_linker *linker, size_t *sym_idx) in add_new_sym()
295 static int init_output_elf(struct bpf_linker *linker, const char *file) in init_output_elf()
440 int bpf_linker__add_file(struct bpf_linker *linker, const char *filename, in bpf_linker__add_file()
538 static int linker_load_obj_file(struct bpf_linker *linker, const char *filename, in linker_load_obj_file()
978 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struct src_sec *src_sec) in init_sec()
1034 static struct dst_sec *find_dst_sec_by_name(struct bpf_linker *linker, const char *sec_name) in find_dst_sec_by_name()
1079 static int extend_sec(struct bpf_linker *linker, struct dst_sec *dst, struct src_sec *src) in extend_sec()
[all …]
/linux-6.6.21/tools/bpf/bpftool/
Dgen.c1576 struct bpf_linker *linker; in do_object() local