Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H A Dmain.c112 int nr_unions; member
433 obj->nr_unions++; in symbols_collect()
476 int nr_unions = obj->nr_unions; in symbols_resolve() local
516 } else if (btf_is_union(type) && nr_unions) { in symbols_resolve()
517 nr = &nr_unions; in symbols_resolve()
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A Dmain.c139 int nr_unions; member
470 obj->nr_unions++; in symbols_collect()
527 int nr_unions = obj->nr_unions; in symbols_resolve() local
578 } else if (btf_is_union(type) && nr_unions) { in symbols_resolve()
579 nr = &nr_unions; in symbols_resolve()

Completed in 3 milliseconds