Searched refs:bpf_obj_get (Results 1 – 9 of 9) sorted by relevance
35 bpf_obj_get;
383 LIBBPF_API int bpf_obj_get(const char *pathname);
738 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
4787 pin_fd = bpf_obj_get(map->pin_path); in bpf_object__reuse_map()9609 fd = bpf_obj_get(path); in bpf_link__open()
149 int bpf_obj_get(const char *pathname);
781 static int bpf_obj_get(const char *pathname, enum bpf_prog_type type) in bpf_obj_get() function800 int prog_fd = bpf_obj_get(pathname, type); in bpf_obj_pinned()1003 map_fd = bpf_obj_get(map_path, type); in bpf_graft_map()1379 return bpf_obj_get(pathname, ctx->type); in bpf_probe_pinned()
187 fd = bpf_obj_get(pname); in open_obj_pinned()
1443 int fd = bpf_obj_get(pinned.c_str()); in VisitVarDecl()