Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlinker.c138 struct bpf_linker { struct
166 static int init_output_elf(struct bpf_linker *linker); argument
168 static int bpf_linker_add_file(struct bpf_linker *linker, int fd,
171 static int linker_load_obj_file(struct bpf_linker *linker,
179 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj);
180 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj);
181 static int linker_append_elf_sym(struct bpf_linker *linker, struct src_obj *obj,
183 static int linker_append_elf_relos(struct bpf_linker *linker, struct src_obj *obj);
184 static int linker_append_btf(struct bpf_linker *linker, struct src_obj *obj);
185 static int linker_append_btf_ext(struct bpf_linker *linker, struct src_obj *obj);
[all …]