Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dbtf.c80 void *types_data; member
420 void *next_type = btf->types_data; in btf_parse_type_sec()
970 free(btf->types_data); in btf__free()
1016 btf->types_data = btf->raw_data + btf->hdr->hdr_len; in btf_new_empty()
1506 memcpy(p, btf->types_data, hdr->type_len); in btf_get_raw_data()
1688 memcpy(types, btf->types_data, btf->hdr->type_len); in btf_ensure_modifiable()
1699 btf->types_data = types; in btf_ensure_modifiable()
1922 memcpy(t, src_btf->types_data, data_sz); in btf__add_btf()
1936 *off = t - btf->types_data; in btf__add_btf()
5147 p = d->btf->types_data; in btf_dedup_compact_types()
[all …]