Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/bpf/
Dbtf.c33 void *nohdr_data; member
119 btf->nohdr_data = btf->hdr + 1; in btf_parse_hdr()
127 const char *start = btf->nohdr_data + hdr->str_off; in btf_parse_str_sec()
144 void *nohdr_data = btf->nohdr_data; in btf_parse_type_sec() local
145 void *next_type = nohdr_data + hdr->type_off; in btf_parse_type_sec()
146 void *end_type = nohdr_data + hdr->str_off; in btf_parse_type_sec()
/Linux-v4.19/kernel/bpf/
Dbtf.c196 void *nohdr_data; member
1846 cur = btf->nohdr_data + hdr->type_off; in btf_check_all_metas()
1985 start = btf->nohdr_data + hdr->str_off; in btf_parse_str_sec()
2198 btf->nohdr_data = btf->data + btf->hdr.hdr_len; in btf_parse()