Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbtf.c56 * types_data-+ |
74 * types_data----+ |
83 void *types_data; member
420 void *next_type = btf->types_data; in btf_parse_type_sec()
439 err = btf_add_type_idx_entry(btf, next_type - btf->types_data); in btf_parse_type_sec()
631 return btf->types_data + btf->type_offs[type_id - btf->start_id]; in btf_type_by_id()
970 free(btf->types_data); in btf__free()
1013 btf->types_data = btf->raw_data + btf->hdr->hdr_len; in btf_new_empty()
1064 btf->types_data = btf->raw_data + btf->hdr->hdr_len + btf->hdr->type_off; in btf_new()
1542 memcpy(p, btf->types_data, hd
[all...]

Completed in 5 milliseconds