bpf_object__next_map
bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);
for ((pos) = bpf_object__next_map((obj), NULL); \
(pos) = bpf_object__next_map((obj), (pos)))
map = bpf_object__next_map(obj, NULL);