Searched refs:__bpf_object__open (Results 1 – 1 of 1) sorted by relevance
/tools/lib/bpf/ |
D | libbpf.c | 3613 __bpf_object__open(const char *path, void *obj_buf, size_t obj_buf_sz, in __bpf_object__open() function 3651 return __bpf_object__open(attr->file, NULL, 0, in __bpf_object__open_xattr() 3689 return __bpf_object__open(name, obj_buf, obj_buf_sz, true, true); in bpf_object__open_buffer()
|