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

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h433 sec = (void *)sec + sizeof(struct btf_ext_info_sec) + \
490 struct btf_ext_info_sec { struct
H A Dlinker.c2453 const struct btf_ext_info_sec *ext_sec;
2752 struct btf_ext_info_sec *sec_info;
2767 cur += sizeof(struct btf_ext_info_sec);
2800 funcs_sz += sizeof(struct btf_ext_info_sec) + func_rec_sz * sec->func_info.rec_cnt;
2811 lines_sz += sizeof(struct btf_ext_info_sec) + line_rec_sz * sec->line_info.rec_cnt;
2822 core_relos_sz += sizeof(struct btf_ext_info_sec) + core_relo_rec_sz * sec->core_relo_info.rec_cnt;
H A Dbtf.c2829 const struct btf_ext_info_sec *sinfo;
2879 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec);
5139 struct btf_ext_info_sec *sec;
5170 struct btf_ext_info_sec *sec;
H A Dlibbpf.c3174 const struct btf_ext_info_sec *sec;
5770 const struct btf_ext_info_sec *sec;
6049 const struct btf_ext_info_sec *sec;
/linux-master/tools/bpf/bpftool/
H A Dgen.c2297 const struct btf_ext_info_sec *sec;

Completed in 189 milliseconds