Lines Matching +defs:obj +defs:m
147 static int codegen_datasec_def(struct bpf_object *obj, in codegen_datasec_def()
275 static int codegen_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_datasecs()
324 static int codegen_subskel_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_subskel_datasecs()
497 static void codegen_asserts(struct bpf_object *obj, const char *obj_name) in codegen_asserts()
562 static void codegen_attach_detach(struct bpf_object *obj, const char *obj_name) in codegen_attach_detach()
644 static void codegen_destroy(struct bpf_object *obj, const char *obj_name) in codegen_destroy()
688 static int gen_trace(struct bpf_object *obj, const char *obj_name, const char *header_guard) in gen_trace()
851 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped, bool populate_links) in codegen_maps_skeleton()
920 codegen_progs_skeleton(struct bpf_object *obj, size_t prog_cnt, bool populate_links) in codegen_progs_skeleton()
969 const struct btf_member *m; in walk_st_ops_shadow_vars() local
1106 static int gen_st_ops_shadow(const char *obj_name, struct btf *btf, struct bpf_object *obj) in gen_st_ops_shadow()
1140 static void gen_st_ops_shadow_init(struct btf *btf, struct bpf_object *obj) in gen_st_ops_shadow_init()
1171 struct bpf_object *obj = NULL; in do_skeleton() local
1576 struct bpf_object *obj = NULL; in do_subskeleton() local
2025 struct btf_member *m = btf_members(t) + idx; in btfgen_mark_member() local
2191 struct btf_member *m = btf_members(btf_type); in btfgen_mark_type_match() local
2465 struct btf_member *cloned_m, *m; in btfgen_get_btf() local