Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c537 enum libbpf_map_type libbpf_type; member
1733 map->libbpf_type = type;
2669 map->libbpf_type = LIBBPF_MAP_UNSPEC;
4543 if (map->libbpf_type != type ||
4572 if (map->libbpf_type != type || map->sec_idx != sym->st_shndx)
5469 enum libbpf_map_type map_type = map->libbpf_type;
7445 if (map->libbpf_type != LIBBPF_MAP_RODATA)
9931 if (map->libbpf_type == LIBBPF_MAP_DATA && strcmp(map->real_name, DATA_SEC) != 0)
9933 if (map->libbpf_type == LIBBPF_MAP_RODATA && strcmp(map->real_name, RODATA_SEC) != 0)
10133 if (!map->mmaped || map->libbpf_type
[all...]

Completed in 15 milliseconds