Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbtf.c765 #define MAX_RESOLVE_DEPTH 32 macro
776 for (i = 0; i < MAX_RESOLVE_DEPTH && !btf_type_is_void_or_null(t); i++) { in btf__resolve_size()
883 while (depth < MAX_RESOLVE_DEPTH && in btf__resolve_type()
891 if (depth == MAX_RESOLVE_DEPTH || btf_type_is_void_or_null(t)) in btf__resolve_type()

Completed in 7 milliseconds