Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/bpf/
Dlinker.c191 void bpf_linker__free(struct bpf_linker *linker) in bpf_linker__free()
230 struct bpf_linker *linker; in bpf_linker__new() local
272 struct bpf_linker *linker; in bpf_linker__new_fd() local
312 static struct dst_sec *add_dst_sec(struct bpf_linker *linker, const char *sec_name) in add_dst_sec()
336 static Elf64_Sym *add_new_sym(struct bpf_linker *linker, size_t *sym_idx) in add_new_sym()
360 static int init_output_elf(struct bpf_linker *linker) in init_output_elf()
491 static int bpf_linker_add_file(struct bpf_linker *linker, int fd, in bpf_linker_add_file()
519 int bpf_linker__add_file(struct bpf_linker *linker, const char *filename, in bpf_linker__add_file()
542 int bpf_linker__add_fd(struct bpf_linker *linker, int fd, in bpf_linker__add_fd()
562 int bpf_linker__add_buf(struct bpf_linker *linker, void *buf, size_t buf_sz, in bpf_linker__add_buf()
[all …]
/linux-6.14.4/tools/bpf/bpftool/
Dgen.c1879 struct bpf_linker *linker; in do_object() local