Lines Matching refs:strict
1747 static int bpf_object__init_user_maps(struct bpf_object *obj, bool strict)
1860 if (strict)
1982 bool strict, bool is_inner,
2164 err = parse_btf_map_def(obj, map->inner_map, t, strict,
2197 if (strict) {
2218 const Elf_Data *data, bool strict,
2279 return parse_btf_map_def(obj, map, def, strict, false, pin_root_path);
2282 static int bpf_object__init_user_btf_maps(struct bpf_object *obj, bool strict,
2325 data, strict,
2338 bool strict;
2341 strict = !OPTS_GET(opts, relaxed_maps, false);
2344 err = bpf_object__init_user_maps(obj, strict);
2345 err = err ?: bpf_object__init_user_btf_maps(obj, strict, pin_root_path);