Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c524 enum libbpf_map_type libbpf_type; member
1648 map->libbpf_type = type; in bpf_object__init_internal_map()
2572 map->libbpf_type = LIBBPF_MAP_UNSPEC; in bpf_object__init_user_btf_map()
4152 if (map->libbpf_type != type || in bpf_program__record_reloc()
4181 if (map->libbpf_type != type || map->sec_idx != sym->st_shndx) in bpf_program__record_reloc()
5064 enum libbpf_map_type map_type = map->libbpf_type; in bpf_object__populate_internal_map()
7002 if (map->libbpf_type != LIBBPF_MAP_RODATA) in bpf_object_load_prog()
9475 if (map->libbpf_type == LIBBPF_MAP_DATA && strcmp(map->real_name, DATA_SEC) != 0) in map_uses_real_name()
9677 if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG || in bpf_map__set_initial_value()
9695 return map->libbpf_type != LIBBPF_MAP_UNSPEC; in bpf_map__is_internal()
[all …]