bpf_object         61 samples/bpf/fds_example.c 	struct bpf_object *obj;
bpf_object         73 samples/bpf/hbm.c struct bpf_object *obj;
bpf_object         13 samples/bpf/sockex1_user.c 	struct bpf_object *obj;
bpf_object         20 samples/bpf/sockex2_user.c 	struct bpf_object *obj;
bpf_object         90 samples/bpf/xdp1_user.c 	struct bpf_object *obj;
bpf_object         93 samples/bpf/xdp_adjust_tail_user.c 	struct bpf_object *obj;
bpf_object         81 samples/bpf/xdp_fwd_user.c 	struct bpf_object *obj;
bpf_object        106 samples/bpf/xdp_redirect_cpu_user.c static void print_avail_progs(struct bpf_object *obj)
bpf_object        116 samples/bpf/xdp_redirect_cpu_user.c static void usage(char *argv[], struct bpf_object *obj)
bpf_object        603 samples/bpf/xdp_redirect_cpu_user.c static struct bpf_link * attach_tp(struct bpf_object *obj,
bpf_object        630 samples/bpf/xdp_redirect_cpu_user.c static void init_tracepoints(struct bpf_object *obj) {
bpf_object        638 samples/bpf/xdp_redirect_cpu_user.c static int init_map_fds(struct bpf_object *obj)
bpf_object        681 samples/bpf/xdp_redirect_cpu_user.c 	struct bpf_object *obj;
bpf_object        108 samples/bpf/xdp_redirect_map_user.c 	struct bpf_object *obj;
bpf_object        109 samples/bpf/xdp_redirect_user.c 	struct bpf_object *obj;
bpf_object        635 samples/bpf/xdp_router_ipv4_user.c 	struct bpf_object *obj;
bpf_object        469 samples/bpf/xdp_rxq_info_user.c 	struct bpf_object *obj;
bpf_object        120 samples/bpf/xdp_sample_pkts_user.c 	struct bpf_object *obj;
bpf_object        166 samples/bpf/xdp_tx_iptunnel_user.c 	struct bpf_object *obj;
bpf_object       1103 tools/bpf/bpftool/prog.c 	struct bpf_object *obj;
bpf_object        505 tools/lib/bpf/btf.c static int btf_fixup_datasec(struct bpf_object *obj, struct btf *btf,
bpf_object        560 tools/lib/bpf/btf.c int btf__finalize_data(struct bpf_object *obj, struct btf *btf)
bpf_object         27 tools/lib/bpf/btf.h struct bpf_object;
bpf_object         71 tools/lib/bpf/btf.h LIBBPF_API int btf__finalize_data(struct bpf_object *obj, struct btf *btf);
bpf_object        185 tools/lib/bpf/libbpf.c 	struct bpf_object *obj;
bpf_object        406 tools/lib/bpf/libbpf.c bpf_object__add_program(struct bpf_object *obj, void *data, size_t size,
bpf_object        442 tools/lib/bpf/libbpf.c bpf_object__init_prog_names(struct bpf_object *obj)
bpf_object        494 tools/lib/bpf/libbpf.c static struct bpf_object *bpf_object__new(const char *path,
bpf_object        498 tools/lib/bpf/libbpf.c 	struct bpf_object *obj;
bpf_object        501 tools/lib/bpf/libbpf.c 	obj = calloc(1, sizeof(struct bpf_object) + strlen(path) + 1);
bpf_object        536 tools/lib/bpf/libbpf.c static void bpf_object__elf_finish(struct bpf_object *obj)
bpf_object        557 tools/lib/bpf/libbpf.c static int bpf_object__elf_init(struct bpf_object *obj)
bpf_object        616 tools/lib/bpf/libbpf.c static int bpf_object__check_endianness(struct bpf_object *obj)
bpf_object        632 tools/lib/bpf/libbpf.c bpf_object__init_license(struct bpf_object *obj, void *data, size_t size)
bpf_object        640 tools/lib/bpf/libbpf.c bpf_object__init_kversion(struct bpf_object *obj, void *data, size_t size)
bpf_object        672 tools/lib/bpf/libbpf.c static int bpf_object_search_section_size(const struct bpf_object *obj,
bpf_object        716 tools/lib/bpf/libbpf.c int bpf_object__section_size(const struct bpf_object *obj, const char *name,
bpf_object        743 tools/lib/bpf/libbpf.c int bpf_object__variable_offset(const struct bpf_object *obj, const char *name,
bpf_object        778 tools/lib/bpf/libbpf.c static struct bpf_map *bpf_object__add_map(struct bpf_object *obj)
bpf_object        813 tools/lib/bpf/libbpf.c bpf_object__init_internal_map(struct bpf_object *obj, enum libbpf_map_type type,
bpf_object        857 tools/lib/bpf/libbpf.c static int bpf_object__init_global_data_maps(struct bpf_object *obj)
bpf_object        892 tools/lib/bpf/libbpf.c static int bpf_object__init_user_maps(struct bpf_object *obj, bool strict)
bpf_object       1072 tools/lib/bpf/libbpf.c static int bpf_object__init_user_btf_map(struct bpf_object *obj,
bpf_object       1270 tools/lib/bpf/libbpf.c static int bpf_object__init_user_btf_maps(struct bpf_object *obj, bool strict)
bpf_object       1320 tools/lib/bpf/libbpf.c static int bpf_object__init_maps(struct bpf_object *obj, int flags)
bpf_object       1344 tools/lib/bpf/libbpf.c static bool section_have_execinstr(struct bpf_object *obj, int idx)
bpf_object       1362 tools/lib/bpf/libbpf.c static void bpf_object__sanitize_btf(struct bpf_object *obj)
bpf_object       1422 tools/lib/bpf/libbpf.c static void bpf_object__sanitize_btf_ext(struct bpf_object *obj)
bpf_object       1433 tools/lib/bpf/libbpf.c static bool bpf_object__is_btf_mandatory(const struct bpf_object *obj)
bpf_object       1438 tools/lib/bpf/libbpf.c static int bpf_object__init_btf(struct bpf_object *obj,
bpf_object       1491 tools/lib/bpf/libbpf.c static int bpf_object__sanitize_and_load_btf(struct bpf_object *obj)
bpf_object       1519 tools/lib/bpf/libbpf.c static int bpf_object__elf_collect(struct bpf_object *obj, int flags)
bpf_object       1663 tools/lib/bpf/libbpf.c bpf_object__find_prog_by_idx(struct bpf_object *obj, int idx)
bpf_object       1677 tools/lib/bpf/libbpf.c bpf_object__find_program_by_title(const struct bpf_object *obj,
bpf_object       1689 tools/lib/bpf/libbpf.c static bool bpf_object__shndx_is_data(const struct bpf_object *obj,
bpf_object       1697 tools/lib/bpf/libbpf.c static bool bpf_object__shndx_is_maps(const struct bpf_object *obj,
bpf_object       1704 tools/lib/bpf/libbpf.c static bool bpf_object__relo_in_known_section(const struct bpf_object *obj,
bpf_object       1713 tools/lib/bpf/libbpf.c bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx)
bpf_object       1727 tools/lib/bpf/libbpf.c 			   Elf_Data *data, struct bpf_object *obj)
bpf_object       1853 tools/lib/bpf/libbpf.c static int bpf_map_find_btf_info(struct bpf_object *obj, struct bpf_map *map)
bpf_object       1952 tools/lib/bpf/libbpf.c bpf_object__probe_name(struct bpf_object *obj)
bpf_object       1992 tools/lib/bpf/libbpf.c bpf_object__probe_global_data(struct bpf_object *obj)
bpf_object       2037 tools/lib/bpf/libbpf.c static int bpf_object__probe_btf_func(struct bpf_object *obj)
bpf_object       2063 tools/lib/bpf/libbpf.c static int bpf_object__probe_btf_datasec(struct bpf_object *obj)
bpf_object       2091 tools/lib/bpf/libbpf.c bpf_object__probe_caps(struct bpf_object *obj)
bpf_object       2093 tools/lib/bpf/libbpf.c 	int (*probe_fn[])(struct bpf_object *obj) = {
bpf_object       2111 tools/lib/bpf/libbpf.c bpf_object__populate_internal_map(struct bpf_object *obj, struct bpf_map *map)
bpf_object       2139 tools/lib/bpf/libbpf.c bpf_object__create_maps(struct bpf_object *obj)
bpf_object       2265 tools/lib/bpf/libbpf.c bpf_program_reloc_btf_ext(struct bpf_program *prog, struct bpf_object *obj,
bpf_object       3116 tools/lib/bpf/libbpf.c bpf_core_reloc_offsets(struct bpf_object *obj, const char *targ_btf_path)
bpf_object       3185 tools/lib/bpf/libbpf.c bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path)
bpf_object       3196 tools/lib/bpf/libbpf.c bpf_program__reloc_text(struct bpf_program *prog, struct bpf_object *obj,
bpf_object       3249 tools/lib/bpf/libbpf.c bpf_program__relocate(struct bpf_program *prog, struct bpf_object *obj)
bpf_object       3303 tools/lib/bpf/libbpf.c bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path)
bpf_object       3330 tools/lib/bpf/libbpf.c static int bpf_object__collect_reloc(struct bpf_object *obj)
bpf_object       3538 tools/lib/bpf/libbpf.c 					     const struct bpf_object *obj)
bpf_object       3544 tools/lib/bpf/libbpf.c bpf_object__load_progs(struct bpf_object *obj, int log_level)
bpf_object       3597 tools/lib/bpf/libbpf.c static int bpf_object__validate(struct bpf_object *obj, bool needs_kver)
bpf_object       3607 tools/lib/bpf/libbpf.c static struct bpf_object *
bpf_object       3611 tools/lib/bpf/libbpf.c 	struct bpf_object *obj;
bpf_object       3637 tools/lib/bpf/libbpf.c struct bpf_object *__bpf_object__open_xattr(struct bpf_object_open_attr *attr,
bpf_object       3651 tools/lib/bpf/libbpf.c struct bpf_object *bpf_object__open_xattr(struct bpf_object_open_attr *attr)
bpf_object       3656 tools/lib/bpf/libbpf.c struct bpf_object *bpf_object__open(const char *path)
bpf_object       3666 tools/lib/bpf/libbpf.c struct bpf_object *bpf_object__open_buffer(void *obj_buf,
bpf_object       3687 tools/lib/bpf/libbpf.c int bpf_object__unload(struct bpf_object *obj)
bpf_object       3705 tools/lib/bpf/libbpf.c 	struct bpf_object *obj;
bpf_object       3732 tools/lib/bpf/libbpf.c int bpf_object__load(struct bpf_object *obj)
bpf_object       4004 tools/lib/bpf/libbpf.c int bpf_object__pin_maps(struct bpf_object *obj, const char *path)
bpf_object       4060 tools/lib/bpf/libbpf.c int bpf_object__unpin_maps(struct bpf_object *obj, const char *path)
bpf_object       4087 tools/lib/bpf/libbpf.c int bpf_object__pin_programs(struct bpf_object *obj, const char *path)
bpf_object       4143 tools/lib/bpf/libbpf.c int bpf_object__unpin_programs(struct bpf_object *obj, const char *path)
bpf_object       4170 tools/lib/bpf/libbpf.c int bpf_object__pin(struct bpf_object *obj, const char *path)
bpf_object       4187 tools/lib/bpf/libbpf.c void bpf_object__close(struct bpf_object *obj)
bpf_object       4226 tools/lib/bpf/libbpf.c struct bpf_object *
bpf_object       4227 tools/lib/bpf/libbpf.c bpf_object__next(struct bpf_object *prev)
bpf_object       4229 tools/lib/bpf/libbpf.c 	struct bpf_object *next;
bpf_object       4233 tools/lib/bpf/libbpf.c 					struct bpf_object,
bpf_object       4245 tools/lib/bpf/libbpf.c const char *bpf_object__name(const struct bpf_object *obj)
bpf_object       4250 tools/lib/bpf/libbpf.c unsigned int bpf_object__kversion(const struct bpf_object *obj)
bpf_object       4255 tools/lib/bpf/libbpf.c struct btf *bpf_object__btf(const struct bpf_object *obj)
bpf_object       4260 tools/lib/bpf/libbpf.c int bpf_object__btf_fd(const struct bpf_object *obj)
bpf_object       4265 tools/lib/bpf/libbpf.c int bpf_object__set_priv(struct bpf_object *obj, void *priv,
bpf_object       4276 tools/lib/bpf/libbpf.c void *bpf_object__priv(const struct bpf_object *obj)
bpf_object       4282 tools/lib/bpf/libbpf.c __bpf_program__iter(const struct bpf_program *p, const struct bpf_object *obj,
bpf_object       4308 tools/lib/bpf/libbpf.c bpf_program__next(struct bpf_program *prev, const struct bpf_object *obj)
bpf_object       4320 tools/lib/bpf/libbpf.c bpf_program__prev(struct bpf_program *next, const struct bpf_object *obj)
bpf_object       4726 tools/lib/bpf/libbpf.c __bpf_map__iter(const struct bpf_map *m, const struct bpf_object *obj, int i)
bpf_object       4750 tools/lib/bpf/libbpf.c bpf_map__next(const struct bpf_map *prev, const struct bpf_object *obj)
bpf_object       4759 tools/lib/bpf/libbpf.c bpf_map__prev(const struct bpf_map *next, const struct bpf_object *obj)
bpf_object       4771 tools/lib/bpf/libbpf.c bpf_object__find_map_by_name(const struct bpf_object *obj, const char *name)
bpf_object       4783 tools/lib/bpf/libbpf.c bpf_object__find_map_fd_by_name(const struct bpf_object *obj, const char *name)
bpf_object       4789 tools/lib/bpf/libbpf.c bpf_object__find_map_by_offset(struct bpf_object *obj, size_t offset)
bpf_object       4800 tools/lib/bpf/libbpf.c 		  struct bpf_object **pobj, int *prog_fd)
bpf_object       4813 tools/lib/bpf/libbpf.c 			struct bpf_object **pobj, int *prog_fd)
bpf_object       4819 tools/lib/bpf/libbpf.c 	struct bpf_object *obj;
bpf_object         63 tools/lib/bpf/libbpf.h struct bpf_object;
bpf_object         70 tools/lib/bpf/libbpf.h LIBBPF_API struct bpf_object *bpf_object__open(const char *path);
bpf_object         71 tools/lib/bpf/libbpf.h LIBBPF_API struct bpf_object *
bpf_object         73 tools/lib/bpf/libbpf.h struct bpf_object *__bpf_object__open_xattr(struct bpf_object_open_attr *attr,
bpf_object         75 tools/lib/bpf/libbpf.h LIBBPF_API struct bpf_object *bpf_object__open_buffer(void *obj_buf,
bpf_object         78 tools/lib/bpf/libbpf.h int bpf_object__section_size(const struct bpf_object *obj, const char *name,
bpf_object         80 tools/lib/bpf/libbpf.h int bpf_object__variable_offset(const struct bpf_object *obj, const char *name,
bpf_object         82 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__pin_maps(struct bpf_object *obj, const char *path);
bpf_object         83 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__unpin_maps(struct bpf_object *obj,
bpf_object         85 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__pin_programs(struct bpf_object *obj,
bpf_object         87 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__unpin_programs(struct bpf_object *obj,
bpf_object         89 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__pin(struct bpf_object *object, const char *path);
bpf_object         90 tools/lib/bpf/libbpf.h LIBBPF_API void bpf_object__close(struct bpf_object *object);
bpf_object         93 tools/lib/bpf/libbpf.h 	struct bpf_object *obj;
bpf_object         99 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__load(struct bpf_object *obj);
bpf_object        101 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__unload(struct bpf_object *obj);
bpf_object        102 tools/lib/bpf/libbpf.h LIBBPF_API const char *bpf_object__name(const struct bpf_object *obj);
bpf_object        103 tools/lib/bpf/libbpf.h LIBBPF_API unsigned int bpf_object__kversion(const struct bpf_object *obj);
bpf_object        106 tools/lib/bpf/libbpf.h LIBBPF_API struct btf *bpf_object__btf(const struct bpf_object *obj);
bpf_object        107 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__btf_fd(const struct bpf_object *obj);
bpf_object        110 tools/lib/bpf/libbpf.h bpf_object__find_program_by_title(const struct bpf_object *obj,
bpf_object        113 tools/lib/bpf/libbpf.h LIBBPF_API struct bpf_object *bpf_object__next(struct bpf_object *prev);
bpf_object        120 tools/lib/bpf/libbpf.h typedef void (*bpf_object_clear_priv_t)(struct bpf_object *, void *);
bpf_object        121 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_object__set_priv(struct bpf_object *obj, void *priv,
bpf_object        123 tools/lib/bpf/libbpf.h LIBBPF_API void *bpf_object__priv(const struct bpf_object *prog);
bpf_object        134 tools/lib/bpf/libbpf.h 						 const struct bpf_object *obj);
bpf_object        142 tools/lib/bpf/libbpf.h 						 const struct bpf_object *obj);
bpf_object        300 tools/lib/bpf/libbpf.h bpf_object__find_map_by_name(const struct bpf_object *obj, const char *name);
bpf_object        303 tools/lib/bpf/libbpf.h bpf_object__find_map_fd_by_name(const struct bpf_object *obj, const char *name);
bpf_object        310 tools/lib/bpf/libbpf.h bpf_object__find_map_by_offset(struct bpf_object *obj, size_t offset);
bpf_object        313 tools/lib/bpf/libbpf.h bpf_map__next(const struct bpf_map *map, const struct bpf_object *obj);
bpf_object        321 tools/lib/bpf/libbpf.h bpf_map__prev(const struct bpf_map *map, const struct bpf_object *obj);
bpf_object        355 tools/lib/bpf/libbpf.h 				   struct bpf_object **pobj, int *prog_fd);
bpf_object        357 tools/lib/bpf/libbpf.h 			     struct bpf_object **pobj, int *prog_fd);
bpf_object        113 tools/perf/builtin-trace.c 	struct bpf_object	*bpf_obj;
bpf_object        110 tools/perf/tests/bpf.c static int do_test(struct bpf_object *obj, int (*func)(void),
bpf_object        211 tools/perf/tests/bpf.c static struct bpf_object *
bpf_object        214 tools/perf/tests/bpf.c 	struct bpf_object *obj;
bpf_object        229 tools/perf/tests/bpf.c 	struct bpf_object *obj;
bpf_object         14 tools/perf/tests/llvm.c 	struct bpf_object *obj;
bpf_object         51 tools/perf/util/bpf-loader.c struct bpf_object *
bpf_object         54 tools/perf/util/bpf-loader.c 	struct bpf_object *obj;
bpf_object         70 tools/perf/util/bpf-loader.c struct bpf_object *bpf__prepare_load(const char *filename, bool source)
bpf_object         72 tools/perf/util/bpf-loader.c 	struct bpf_object *obj;
bpf_object        113 tools/perf/util/bpf-loader.c 	struct bpf_object *obj, *tmp;
bpf_object        634 tools/perf/util/bpf-loader.c int bpf__probe(struct bpf_object *obj)
bpf_object        695 tools/perf/util/bpf-loader.c int bpf__unprobe(struct bpf_object *obj)
bpf_object        735 tools/perf/util/bpf-loader.c int bpf__load(struct bpf_object *obj)
bpf_object        749 tools/perf/util/bpf-loader.c int bpf__foreach_event(struct bpf_object *obj,
bpf_object       1173 tools/perf/util/bpf-loader.c bpf__obj_config_map(struct bpf_object *obj,
bpf_object       1232 tools/perf/util/bpf-loader.c int bpf__config_obj(struct bpf_object *obj,
bpf_object       1492 tools/perf/util/bpf-loader.c apply_obj_config_object(struct bpf_object *obj)
bpf_object       1507 tools/perf/util/bpf-loader.c 	struct bpf_object *obj, *tmp;
bpf_object       1532 tools/perf/util/bpf-loader.c 	struct bpf_object *obj, *tmp;
bpf_object       1716 tools/perf/util/bpf-loader.c int bpf__strerror_probe(struct bpf_object *obj __maybe_unused,
bpf_object       1732 tools/perf/util/bpf-loader.c int bpf__strerror_load(struct bpf_object *obj,
bpf_object       1760 tools/perf/util/bpf-loader.c int bpf__strerror_config_obj(struct bpf_object *obj __maybe_unused,
bpf_object         44 tools/perf/util/bpf-loader.h struct bpf_object;
bpf_object         49 tools/perf/util/bpf-loader.h 					int fd, struct bpf_object *obj, void *arg);
bpf_object         52 tools/perf/util/bpf-loader.h struct bpf_object *bpf__prepare_load(const char *filename, bool source);
bpf_object         56 tools/perf/util/bpf-loader.h struct bpf_object *bpf__prepare_load_buffer(void *obj_buf, size_t obj_buf_sz,
bpf_object         61 tools/perf/util/bpf-loader.h int bpf__probe(struct bpf_object *obj);
bpf_object         62 tools/perf/util/bpf-loader.h int bpf__unprobe(struct bpf_object *obj);
bpf_object         63 tools/perf/util/bpf-loader.h int bpf__strerror_probe(struct bpf_object *obj, int err,
bpf_object         66 tools/perf/util/bpf-loader.h int bpf__load(struct bpf_object *obj);
bpf_object         67 tools/perf/util/bpf-loader.h int bpf__strerror_load(struct bpf_object *obj, int err,
bpf_object         69 tools/perf/util/bpf-loader.h int bpf__foreach_event(struct bpf_object *obj,
bpf_object         72 tools/perf/util/bpf-loader.h int bpf__config_obj(struct bpf_object *obj, struct parse_events_term *term,
bpf_object         74 tools/perf/util/bpf-loader.h int bpf__strerror_config_obj(struct bpf_object *obj,
bpf_object         90 tools/perf/util/bpf-loader.h static inline struct bpf_object *
bpf_object         98 tools/perf/util/bpf-loader.h static inline struct bpf_object *
bpf_object        107 tools/perf/util/bpf-loader.h static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;}
bpf_object        108 tools/perf/util/bpf-loader.h static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;}
bpf_object        109 tools/perf/util/bpf-loader.h static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; }
bpf_object        112 tools/perf/util/bpf-loader.h bpf__foreach_event(struct bpf_object *obj __maybe_unused,
bpf_object        120 tools/perf/util/bpf-loader.h bpf__config_obj(struct bpf_object *obj __maybe_unused,
bpf_object        168 tools/perf/util/bpf-loader.h bpf__strerror_probe(struct bpf_object *obj __maybe_unused,
bpf_object        175 tools/perf/util/bpf-loader.h static inline int bpf__strerror_load(struct bpf_object *obj __maybe_unused,
bpf_object        183 tools/perf/util/bpf-loader.h bpf__strerror_config_obj(struct bpf_object *obj __maybe_unused,
bpf_object         15 tools/perf/util/evsel.h struct bpf_object;
bpf_object         87 tools/perf/util/evsel.h 	struct bpf_object	*bpf_obj;
bpf_object        635 tools/perf/util/parse-events.c static int add_bpf_event(const char *group, const char *event, int fd, struct bpf_object *obj,
bpf_object        685 tools/perf/util/parse-events.c 			      struct bpf_object *obj,
bpf_object        738 tools/perf/util/parse-events.c 			struct bpf_object *obj,
bpf_object        820 tools/perf/util/parse-events.c 	struct bpf_object *obj;
bpf_object        156 tools/perf/util/parse-events.h struct bpf_object;
bpf_object        159 tools/perf/util/parse-events.h 			      struct bpf_object *obj,
bpf_object         26 tools/testing/selftests/bpf/flow_dissector_load.c 	struct bpf_object *obj;
bpf_object          8 tools/testing/selftests/bpf/flow_dissector_load.h static inline int bpf_flow_load(struct bpf_object **obj,
bpf_object         35 tools/testing/selftests/bpf/get_cgroup_id_user.c static int bpf_find_map(const char *test, struct bpf_object *obj,
bpf_object         55 tools/testing/selftests/bpf/get_cgroup_id_user.c 	struct bpf_object *obj;
bpf_object         36 tools/testing/selftests/bpf/prog_tests/attach_probe.c 	struct bpf_object *obj;
bpf_object         14 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 	struct bpf_object *objs[nr_iters];
bpf_object         21 tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c 	struct bpf_object *obj = NULL;
bpf_object        298 tools/testing/selftests/bpf/prog_tests/core_reloc.c 	struct bpf_object *obj;
bpf_object        449 tools/testing/selftests/bpf/prog_tests/flow_dissector.c 	struct bpf_object *obj;
bpf_object         93 tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c 	struct bpf_object *obj;
bpf_object          4 tools/testing/selftests/bpf/prog_tests/global_data.c static void test_global_data_number(struct bpf_object *obj, __u32 duration)
bpf_object         39 tools/testing/selftests/bpf/prog_tests/global_data.c static void test_global_data_string(struct bpf_object *obj, __u32 duration)
bpf_object         74 tools/testing/selftests/bpf/prog_tests/global_data.c static void test_global_data_struct(struct bpf_object *obj, __u32 duration)
bpf_object        102 tools/testing/selftests/bpf/prog_tests/global_data.c static void test_global_data_rdonly(struct bpf_object *obj, __u32 duration)
bpf_object        128 tools/testing/selftests/bpf/prog_tests/global_data.c 	struct bpf_object *obj;
bpf_object         28 tools/testing/selftests/bpf/prog_tests/l4lb_all.c 	struct bpf_object *obj;
bpf_object         38 tools/testing/selftests/bpf/prog_tests/map_lock.c 	struct bpf_object *obj = NULL;
bpf_object         30 tools/testing/selftests/bpf/prog_tests/perf_buffer.c 	struct bpf_object *obj;
bpf_object          7 tools/testing/selftests/bpf/prog_tests/pkt_access.c 	struct bpf_object *obj;
bpf_object          7 tools/testing/selftests/bpf/prog_tests/pkt_md_access.c 	struct bpf_object *obj;
bpf_object          7 tools/testing/selftests/bpf/prog_tests/prog_run_xattr.c 	struct bpf_object *obj;
bpf_object         15 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c 	struct bpf_object *obj;
bpf_object          7 tools/testing/selftests/bpf/prog_tests/reference_tracking.c 	struct bpf_object *obj;
bpf_object         17 tools/testing/selftests/bpf/prog_tests/send_signal.c 	struct bpf_object *obj = NULL;
bpf_object         22 tools/testing/selftests/bpf/prog_tests/skb_ctx.c 	struct bpf_object *obj;
bpf_object        139 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title)
bpf_object        174 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c 	struct bpf_object *obj;
bpf_object          5 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title)
bpf_object         34 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title)
bpf_object         57 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c static int run_getsockopt_test(struct bpf_object *obj, int cg_parent,
bpf_object        206 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c static int run_setsockopt_test(struct bpf_object *obj, int cg_parent,
bpf_object        303 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c 	struct bpf_object *obj = NULL;
bpf_object        134 tools/testing/selftests/bpf/prog_tests/sockopt_sk.c static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title)
bpf_object        168 tools/testing/selftests/bpf/prog_tests/sockopt_sk.c 	struct bpf_object *obj;
bpf_object          8 tools/testing/selftests/bpf/prog_tests/spinlock.c 	struct bpf_object *obj = NULL;
bpf_object         12 tools/testing/selftests/bpf/prog_tests/stacktrace_build_id.c 	struct bpf_object *obj;
bpf_object         30 tools/testing/selftests/bpf/prog_tests/stacktrace_build_id_nmi.c 	struct bpf_object *obj;
bpf_object         12 tools/testing/selftests/bpf/prog_tests/stacktrace_map.c 	struct bpf_object *obj;
bpf_object         12 tools/testing/selftests/bpf/prog_tests/stacktrace_map_raw_tp.c 	struct bpf_object *obj;
bpf_object          9 tools/testing/selftests/bpf/prog_tests/task_fd_query_rawtp.c 	struct bpf_object *obj;
bpf_object         12 tools/testing/selftests/bpf/prog_tests/task_fd_query_tp.c 	struct bpf_object *obj = NULL;
bpf_object          8 tools/testing/selftests/bpf/prog_tests/tcp_estats.c 	struct bpf_object *obj;
bpf_object        126 tools/testing/selftests/bpf/prog_tests/tcp_rtt.c 	struct bpf_object *obj;
bpf_object         12 tools/testing/selftests/bpf/prog_tests/tp_attach_query.c 	struct bpf_object *obj[num_progs];
bpf_object         11 tools/testing/selftests/bpf/prog_tests/xdp.c 	struct bpf_object *obj;
bpf_object          7 tools/testing/selftests/bpf/prog_tests/xdp_adjust_tail.c 	struct bpf_object *obj;
bpf_object         29 tools/testing/selftests/bpf/prog_tests/xdp_noinline.c 	struct bpf_object *obj;
bpf_object       4120 tools/testing/selftests/bpf/test_btf.c 	struct bpf_object *obj = NULL;
bpf_object         25 tools/testing/selftests/bpf/test_dev_cgroup.c 	struct bpf_object *obj;
bpf_object         53 tools/testing/selftests/bpf/test_libbpf_open.c int test_walk_progs(struct bpf_object *obj, bool verbose)
bpf_object         67 tools/testing/selftests/bpf/test_libbpf_open.c int test_walk_maps(struct bpf_object *obj, bool verbose)
bpf_object         83 tools/testing/selftests/bpf/test_libbpf_open.c 	struct bpf_object *bpfobj = NULL;
bpf_object         50 tools/testing/selftests/bpf/test_lirc_mode2_user.c 	struct bpf_object *obj;
bpf_object        659 tools/testing/selftests/bpf/test_maps.c 	struct bpf_object *obj;
bpf_object       1146 tools/testing/selftests/bpf/test_maps.c 	struct bpf_object *obj;
bpf_object         21 tools/testing/selftests/bpf/test_netcnt.c static int bpf_find_map(const char *test, struct bpf_object *obj,
bpf_object         41 tools/testing/selftests/bpf/test_netcnt.c 	struct bpf_object *obj;
bpf_object        184 tools/testing/selftests/bpf/test_progs.c int bpf_find_map(const char *test, struct bpf_object *obj, const char *name)
bpf_object        131 tools/testing/selftests/bpf/test_progs.h int bpf_find_map(const char *test, struct bpf_object *obj, const char *name);
bpf_object         38 tools/testing/selftests/bpf/test_select_reuseport.c static struct bpf_object *obj;
bpf_object        832 tools/testing/selftests/bpf/test_sock_addr.c 	struct bpf_object *obj;
bpf_object        421 tools/testing/selftests/bpf/test_sock_fields.c 	struct bpf_object *obj;
bpf_object        135 tools/testing/selftests/bpf/test_socket_cookie.c 	struct bpf_object *pobj;
bpf_object       1623 tools/testing/selftests/bpf/test_sockmap.c 	struct bpf_object *obj;
bpf_object          9 tools/testing/selftests/bpf/test_stub.c 		       struct bpf_object **pobj, int *prog_fd)
bpf_object       1457 tools/testing/selftests/bpf/test_sysctl.c 	struct bpf_object *obj;
bpf_object         77 tools/testing/selftests/bpf/test_tcpbpf_user.c static int bpf_find_map(const char *test, struct bpf_object *obj,
bpf_object         97 tools/testing/selftests/bpf/test_tcpbpf_user.c 	struct bpf_object *obj;
bpf_object         80 tools/testing/selftests/bpf/test_tcpnotify_user.c 	struct bpf_object *obj;
bpf_object         98 tools/testing/selftests/bpf/xdping.c 	struct bpf_object *obj;