Lines Matching +defs:map +defs:obj
75 static bool get_map_ident(const struct bpf_map *map, char *buf, size_t buf_sz) in get_map_ident()
123 static int codegen_datasec_def(struct bpf_object *obj, in codegen_datasec_def()
211 static int codegen_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_datasecs()
216 struct bpf_map *map; in codegen_datasecs() local
355 static size_t bpf_map_mmap_sz(const struct bpf_map *map) in bpf_map_mmap_sz()
365 static void codegen_attach_detach(struct bpf_object *obj, const char *obj_name) in codegen_attach_detach()
446 static void codegen_destroy(struct bpf_object *obj, const char *obj_name) in codegen_destroy()
449 struct bpf_map *map; in codegen_destroy() local
490 static int gen_trace(struct bpf_object *obj, const char *obj_name, const char *header_guard) in gen_trace()
493 struct bpf_map *map; in gen_trace() local
657 struct bpf_object *obj = NULL; in do_skeleton() local
662 struct bpf_map *map; in do_skeleton() local