Searched refs:libbpf_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf.c540 enum libbpf_map_type libbpf_type; member in struct:bpf_map
1849 map->libbpf_type = type;
2813 map->libbpf_type = LIBBPF_MAP_UNSPEC;
4489 if (map->libbpf_type != type ||
4518 if (map->libbpf_type != type || map->sec_idx != sym->st_shndx)
5009 enum libbpf_map_type map_type = map->libbpf_type;
7436 if (map->libbpf_type != LIBBPF_MAP_RODATA)
9941 if (map->libbpf_type == LIBBPF_MAP_DATA && strcmp(map->real_name, DATA_SEC) != 0)
9943 if (map->libbpf_type == LIBBPF_MAP_RODATA && strcmp(map->real_name, RODATA_SEC) != 0)
10151 if (!map->mmaped || map->libbpf_type
[all...]

Completed in 141 milliseconds