Lines Matching refs:bpf_object

162 	struct bpf_object *obj;
183 struct bpf_object { struct
315 bpf_object__add_program(struct bpf_object *obj, void *data, size_t size, in bpf_object__add_program()
350 bpf_object__init_prog_names(struct bpf_object *obj) in bpf_object__init_prog_names()
402 static struct bpf_object *bpf_object__new(const char *path, in bpf_object__new()
406 struct bpf_object *obj; in bpf_object__new()
408 obj = calloc(1, sizeof(struct bpf_object) + strlen(path) + 1); in bpf_object__new()
434 static void bpf_object__elf_finish(struct bpf_object *obj) in bpf_object__elf_finish()
452 static int bpf_object__elf_init(struct bpf_object *obj) in bpf_object__elf_init()
514 bpf_object__check_endianness(struct bpf_object *obj) in bpf_object__check_endianness()
542 bpf_object__init_license(struct bpf_object *obj, in bpf_object__init_license()
552 bpf_object__init_kversion(struct bpf_object *obj, in bpf_object__init_kversion()
577 bpf_object__init_maps(struct bpf_object *obj) in bpf_object__init_maps()
713 static bool section_have_execinstr(struct bpf_object *obj, int idx) in section_have_execinstr()
731 static int bpf_object__elf_collect(struct bpf_object *obj) in bpf_object__elf_collect()
867 bpf_object__find_prog_by_idx(struct bpf_object *obj, int idx) in bpf_object__find_prog_by_idx()
881 bpf_object__find_program_by_title(struct bpf_object *obj, const char *title) in bpf_object__find_program_by_title()
894 Elf_Data *data, struct bpf_object *obj) in bpf_program__collect_reloc()
1106 bpf_object__create_maps(struct bpf_object *obj) in bpf_object__create_maps()
1172 bpf_program__reloc_text(struct bpf_program *prog, struct bpf_object *obj, in bpf_program__reloc_text()
1215 bpf_program__relocate(struct bpf_program *prog, struct bpf_object *obj) in bpf_program__relocate()
1252 bpf_object__relocate(struct bpf_object *obj) in bpf_object__relocate()
1271 static int bpf_object__collect_reloc(struct bpf_object *obj) in bpf_object__collect_reloc()
1462 struct bpf_object *obj) in bpf_program__is_function_storage()
1468 bpf_object__load_progs(struct bpf_object *obj) in bpf_object__load_progs()
1516 static int bpf_object__validate(struct bpf_object *obj, bool needs_kver) in bpf_object__validate()
1526 static struct bpf_object *
1530 struct bpf_object *obj; in __bpf_object__open()
1555 struct bpf_object *bpf_object__open_xattr(struct bpf_object_open_attr *attr) in bpf_object__open_xattr()
1567 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open()
1577 struct bpf_object *bpf_object__open_buffer(void *obj_buf, in bpf_object__open_buffer()
1600 int bpf_object__unload(struct bpf_object *obj) in bpf_object__unload()
1616 int bpf_object__load(struct bpf_object *obj) in bpf_object__load()
1782 int bpf_object__pin(struct bpf_object *obj, const char *path) in bpf_object__pin()
1835 void bpf_object__close(struct bpf_object *obj) in bpf_object__close()
1870 struct bpf_object *
1871 bpf_object__next(struct bpf_object *prev) in bpf_object__next()
1873 struct bpf_object *next; in bpf_object__next()
1877 struct bpf_object, in bpf_object__next()
1889 const char *bpf_object__name(struct bpf_object *obj) in bpf_object__name()
1894 unsigned int bpf_object__kversion(struct bpf_object *obj) in bpf_object__kversion()
1899 int bpf_object__btf_fd(const struct bpf_object *obj) in bpf_object__btf_fd()
1904 int bpf_object__set_priv(struct bpf_object *obj, void *priv, in bpf_object__set_priv()
1915 void *bpf_object__priv(struct bpf_object *obj) in bpf_object__priv()
1921 __bpf_program__next(struct bpf_program *prev, struct bpf_object *obj) in __bpf_program__next()
1943 bpf_program__next(struct bpf_program *prev, struct bpf_object *obj) in bpf_program__next()
2223 bpf_map__next(struct bpf_map *prev, struct bpf_object *obj) in bpf_map__next()
2250 bpf_object__find_map_by_name(struct bpf_object *obj, const char *name) in bpf_object__find_map_by_name()
2262 bpf_object__find_map_by_offset(struct bpf_object *obj, size_t offset) in bpf_object__find_map_by_offset()
2281 struct bpf_object **pobj, int *prog_fd) in bpf_prog_load()
2294 struct bpf_object **pobj, int *prog_fd) in bpf_prog_load_xattr()
2303 struct bpf_object *obj; in bpf_prog_load_xattr()