Lines Matching refs:bpf_object
157 struct bpf_object *obj;
164 struct bpf_object { struct
272 bpf_object__add_program(struct bpf_object *obj, void *data, size_t size, in bpf_object__add_program()
306 static struct bpf_object *bpf_object__new(const char *path, in bpf_object__new()
310 struct bpf_object *obj; in bpf_object__new()
312 obj = calloc(1, sizeof(struct bpf_object) + strlen(path) + 1); in bpf_object__new()
337 static void bpf_object__elf_finish(struct bpf_object *obj) in bpf_object__elf_finish()
355 static int bpf_object__elf_init(struct bpf_object *obj) in bpf_object__elf_init()
414 bpf_object__check_endianness(struct bpf_object *obj) in bpf_object__check_endianness()
442 bpf_object__init_license(struct bpf_object *obj, in bpf_object__init_license()
452 bpf_object__init_kversion(struct bpf_object *obj, in bpf_object__init_kversion()
469 bpf_object__init_maps(struct bpf_object *obj, void *data, in bpf_object__init_maps()
490 static int bpf_object__elf_collect(struct bpf_object *obj) in bpf_object__elf_collect()
594 bpf_object__find_prog_by_idx(struct bpf_object *obj, int idx) in bpf_object__find_prog_by_idx()
668 bpf_object__create_maps(struct bpf_object *obj) in bpf_object__create_maps()
754 bpf_object__relocate(struct bpf_object *obj) in bpf_object__relocate()
773 static int bpf_object__collect_reloc(struct bpf_object *obj) in bpf_object__collect_reloc()
879 bpf_object__load_progs(struct bpf_object *obj) in bpf_object__load_progs()
894 static int bpf_object__validate(struct bpf_object *obj) in bpf_object__validate()
904 static struct bpf_object *
907 struct bpf_object *obj; in __bpf_object__open()
932 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open()
943 struct bpf_object *bpf_object__open_buffer(void *obj_buf, in bpf_object__open_buffer()
966 int bpf_object__unload(struct bpf_object *obj) in bpf_object__unload()
984 int bpf_object__load(struct bpf_object *obj) in bpf_object__load()
1009 void bpf_object__close(struct bpf_object *obj) in bpf_object__close()
1031 struct bpf_object *
1032 bpf_object__next(struct bpf_object *prev) in bpf_object__next()
1034 struct bpf_object *next; in bpf_object__next()
1038 struct bpf_object, in bpf_object__next()
1051 bpf_object__get_name(struct bpf_object *obj) in bpf_object__get_name()
1059 bpf_object__get_kversion(struct bpf_object *obj) in bpf_object__get_kversion()
1067 bpf_program__next(struct bpf_program *prev, struct bpf_object *obj) in bpf_program__next()