Lines Matching defs:linker

191 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()
665 static int linker_load_obj_file(struct bpf_linker *linker, in linker_load_obj_file()
1141 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struct src_sec *src_sec) in init_sec()
1197 static struct dst_sec *find_dst_sec_by_name(struct bpf_linker *linker, const char *sec_name) in find_dst_sec_by_name()
1260 static int extend_sec(struct bpf_linker *linker, struct dst_sec *dst, struct src_sec *src) in extend_sec()
1354 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj) in linker_append_sec_data()
1406 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj) in linker_append_elf_syms()
1439 static Elf64_Sym *get_sym_by_idx(struct bpf_linker *linker, size_t sym_idx) in get_sym_by_idx()
1447 static struct glob_sym *find_glob_sym(struct bpf_linker *linker, const char *sym_name) in find_glob_sym()
1464 static struct glob_sym *add_glob_sym(struct bpf_linker *linker) in add_glob_sym()
1766 struct bpf_linker *linker, struct glob_sym *glob_sym, in glob_map_defs_match()
1806 struct bpf_linker *linker, struct glob_sym *glob_sym, in glob_syms_match()
1996 static int linker_append_elf_sym(struct bpf_linker *linker, struct src_obj *obj, in linker_append_elf_sym()
2194 static int linker_append_elf_relos(struct bpf_linker *linker, struct src_obj *obj) in linker_append_elf_relos()
2410 static int linker_append_btf(struct bpf_linker *linker, struct src_obj *obj) in linker_append_btf()
2628 static int linker_append_btf_ext(struct bpf_linker *linker, struct src_obj *obj) in linker_append_btf_ext()
2750 int bpf_linker__finalize(struct bpf_linker *linker) in bpf_linker__finalize()
2818 static int emit_elf_data_sec(struct bpf_linker *linker, const char *sec_name, in emit_elf_data_sec()
2858 static int finalize_btf(struct bpf_linker *linker) in finalize_btf()
2939 static int emit_btf_ext_data(struct bpf_linker *linker, void *output, in emit_btf_ext_data()
2966 static int finalize_btf_ext(struct bpf_linker *linker) in finalize_btf_ext()