Searched defs:linker (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | linker.c | 190 void bpf_linker__free(struct bpf_linker *linker) in bpf_linker__free() 229 struct bpf_linker *linker; in bpf_linker__new() local 271 struct bpf_linker *linker; in bpf_linker__new_fd() local 311 static struct dst_sec *add_dst_sec(struct bpf_linker *linker, const char *sec_name) in add_dst_sec() 335 static Elf64_Sym *add_new_sym(struct bpf_linker *linker, size_t *sym_idx) in add_new_sym() 359 static int init_output_elf(struct bpf_linker *linker) in init_output_elf() 490 static int bpf_linker_add_file(struct bpf_linker *linker, int fd, in bpf_linker_add_file() 518 int bpf_linker__add_file(struct bpf_linker *linker, const char *filename, in bpf_linker__add_file() 541 int bpf_linker__add_fd(struct bpf_linker *linker, int fd, in bpf_linker__add_fd() 561 int bpf_linker__add_buf(struct bpf_linker *linker, void *buf, size_t buf_sz, in bpf_linker__add_buf() [all …]
|