Lines Matching defs:obj_name
84 static void get_header_guard(char *guard, const char *obj_name, const char *suffix) in get_header_guard()
151 const char *obj_name) 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()
1078 static int gen_st_ops_shadow_type(const char *obj_name, struct btf *btf, const char *ident, in gen_st_ops_shadow_type()
1106 static int gen_st_ops_shadow(const char *obj_name, struct btf *btf, struct bpf_object *obj) in gen_st_ops_shadow()
1170 char obj_name[MAX_OBJ_NAME_LEN] = "", *obj_data; in do_skeleton() local
1575 char obj_name[MAX_OBJ_NAME_LEN] = "", *obj_data; in do_subskeleton() local