Searched refs:libbpf_type (Results 1 – 1 of 1) sorted by relevance
227 enum libbpf_map_type libbpf_type; member824 map->libbpf_type = type; in bpf_object__init_internal_map()967 map->libbpf_type = LIBBPF_MAP_UNSPEC; in bpf_object__init_user_maps()1130 map->libbpf_type = LIBBPF_MAP_UNSPEC; in bpf_object__init_user_btf_map()1824 if (maps[map_idx].libbpf_type != type) in bpf_program__collect_reloc()1873 libbpf_type_to_btf_name[map->libbpf_type]); in bpf_map_find_btf_info()2123 if (map->libbpf_type == LIBBPF_MAP_BSS) in bpf_object__populate_internal_map()2126 data = map->libbpf_type == LIBBPF_MAP_DATA ? in bpf_object__populate_internal_map()2131 if (!err && map->libbpf_type == LIBBPF_MAP_RODATA) { in bpf_object__populate_internal_map()4708 return map->libbpf_type != LIBBPF_MAP_UNSPEC; in bpf_map__is_internal()