Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map256 bpf_linker__add_file;
H A Dlibbpf.h1634 LIBBPF_API int bpf_linker__add_file(struct bpf_linker *linker,
H A Dlinker.c442 int bpf_linker__add_file(struct bpf_linker *linker, const char *filename, in bpf_linker__add_file() function
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c1596 err = bpf_linker__add_file(linker, file, NULL); in do_object()