Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf_relocate.c241 int dist_kind, base_kind; in btf_relocate_map_distilled_base() local
247 base_kind = btf_kind(base_t); in btf_relocate_map_distilled_base()
250 switch (base_kind) { in btf_relocate_map_distilled_base()
297 switch (base_kind) { in btf_relocate_map_distilled_base()
315 if (dist_kind != base_kind || in btf_relocate_map_distilled_base()
320 if (dist_kind != base_kind) in btf_relocate_map_distilled_base()
327 if (base_kind != dist_kind && base_kind != BTF_KIND_ENUM64) in btf_relocate_map_distilled_base()