Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c52 * types_data-+ |
70 * types_data----+ |
79 void *types_data; member
416 void *next_type = btf->types_data; in btf_parse_type_sec()
435 err = btf_add_type_idx_entry(btf, next_type - btf->types_data); in btf_parse_type_sec()
468 return btf->types_data + btf->type_offs[type_id - btf->start_id]; in btf_type_by_id()
807 free(btf->types_data); in btf__free()
850 btf->types_data = btf->raw_data + btf->hdr->hdr_len; in btf_new_empty()
901 btf->types_data = btf->raw_data + btf->hdr->hdr_len + btf->hdr->type_off; in btf_new()
1280 memcpy(p, btf->types_data, hd in btf_get_raw_data()
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c51 * types_data-+ |
69 * types_data----+ |
78 void *types_data; member
362 void *next_type = btf->types_data; in btf_parse_type_sec()
391 err = btf_add_type_idx_entry(btf, next_type - btf->types_data); in btf_parse_type_sec()
418 return btf->types_data + btf->type_offs[type_id]; in btf_type_by_id()
721 free(btf->types_data); in btf__free()
755 btf->types_data = btf->raw_data + btf->hdr->hdr_len; in btf__new_empty()
785 btf->types_data = btf->raw_data + btf->hdr->hdr_len + btf->hdr->type_off; in btf__new()
1182 memcpy(p, btf->types_data, hd in btf_get_raw_data()
[all...]

Completed in 7 milliseconds