Lines Matching defs:obj
124 static int codegen_datasec_def(struct bpf_object *obj, in codegen_datasec_def()
245 static int codegen_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_datasecs()
294 static int codegen_subskel_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_subskel_datasecs()
467 static void codegen_asserts(struct bpf_object *obj, const char *obj_name) in codegen_asserts()
532 static void codegen_attach_detach(struct bpf_object *obj, const char *obj_name) in codegen_attach_detach()
614 static void codegen_destroy(struct bpf_object *obj, const char *obj_name) in codegen_destroy()
658 static int gen_trace(struct bpf_object *obj, const char *obj_name, const char *header_guard) in gen_trace()
821 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped) in codegen_maps_skeleton()
866 codegen_progs_skeleton(struct bpf_object *obj, size_t prog_cnt, bool populate_links) in codegen_progs_skeleton()
915 struct bpf_object *obj = NULL; in do_skeleton() local
1287 struct bpf_object *obj = NULL; in do_subskeleton() local