Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c1119 Elf_Data btf_data_temp, btf_ext_data_temp; local
1225 btf_data_temp.d_buf = (void*)elfio_section_get_data(psection_index);
1226 btf_data_temp.d_size = elfio_section_get_size(psection_index);
1227 btf_data = &btf_data_temp;