Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dlibbpf_internal.h394 sec = (void *)sec + sizeof(struct btf_ext_info_sec) + \
451 struct btf_ext_info_sec { struct
Dlinker.c2429 const struct btf_ext_info_sec *ext_sec; in linker_append_btf_ext()
2728 struct btf_ext_info_sec *sec_info; in emit_btf_ext_data()
2743 cur += sizeof(struct btf_ext_info_sec); in emit_btf_ext_data()
2776 funcs_sz += sizeof(struct btf_ext_info_sec) + func_rec_sz * sec->func_info.rec_cnt; in finalize_btf_ext()
2787 lines_sz += sizeof(struct btf_ext_info_sec) + line_rec_sz * sec->line_info.rec_cnt; in finalize_btf_ext()
2798 … core_relos_sz += sizeof(struct btf_ext_info_sec) + core_relo_rec_sz * sec->core_relo_info.rec_cnt; in finalize_btf_ext()
Dbtf.c2645 const struct btf_ext_info_sec *sinfo; in btf_ext_setup_info()
2695 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_setup_info()
4826 struct btf_ext_info_sec *sec; in btf_ext_visit_type_ids()
4857 struct btf_ext_info_sec *sec; in btf_ext_visit_str_offs()
Dlibbpf.c2799 const struct btf_ext_info_sec *sec; in bpf_object__init_btf()
5640 const struct btf_ext_info_sec *sec; in bpf_object__relocate_core()
5895 const struct btf_ext_info_sec *sec; in adjust_prog_btf_ext_info()
/Linux-v6.1/Documentation/bpf/
Dbtf.rst757 btf_ext_info_sec for section #1 /* func_info for section #1 */
758 btf_ext_info_sec for section #2 /* func_info for section #2 */
762 .BTF.ext is generated. ``btf_ext_info_sec``, defined below, is a collection of
765 struct btf_ext_info_sec {
777 btf_ext_info_sec for section #1 /* line_info for section #1 */
778 btf_ext_info_sec for section #2 /* line_info for section #2 */
788 beginning of section (``btf_ext_info_sec->sec_name_off``).
/Linux-v6.1/tools/bpf/bpftool/
Dgen.c2047 const struct btf_ext_info_sec *sec; in btfgen_record_obj()