Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c180 void *next_type = nohdr_data + hdr->type_off; in btf_parse_type_sec() local
183 while (next_type < end_type) { in btf_parse_type_sec()
184 struct btf_type *t = next_type; in btf_parse_type_sec()
191 next_type += type_size; in btf_parse_type_sec()