Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/bpf/
Dbtf.rst762 btf_ext_info_sec for section #1 /* func_info for section #1 */
763 btf_ext_info_sec for section #2 /* func_info for section #2 */
767 .BTF.ext is generated. ``btf_ext_info_sec``, defined below, is a collection of
770 struct btf_ext_info_sec {
782 btf_ext_info_sec for section #1 /* line_info for section #1 */
783 btf_ext_info_sec for section #2 /* line_info for section #2 */
793 beginning of section (``btf_ext_info_sec->sec_name_off``).
798 btf_ext_info_sec for section #1 /* core_relo for section #1 */
799 btf_ext_info_sec for section #2 /* core_relo for section #2 */
803 within a single ``btf_ext_info_sec`` describe relocations applied to
[all …]
/linux-6.6.21/tools/lib/bpf/
Dlibbpf_internal.h397 sec = (void *)sec + sizeof(struct btf_ext_info_sec) + \
454 struct btf_ext_info_sec { struct
Dlinker.c2434 const struct btf_ext_info_sec *ext_sec; in linker_append_btf_ext()
2733 struct btf_ext_info_sec *sec_info; in emit_btf_ext_data()
2748 cur += sizeof(struct btf_ext_info_sec); in emit_btf_ext_data()
2781 funcs_sz += sizeof(struct btf_ext_info_sec) + func_rec_sz * sec->func_info.rec_cnt; in finalize_btf_ext()
2792 lines_sz += sizeof(struct btf_ext_info_sec) + line_rec_sz * sec->line_info.rec_cnt; in finalize_btf_ext()
2803 … core_relos_sz += sizeof(struct btf_ext_info_sec) + core_relo_rec_sz * sec->core_relo_info.rec_cnt; in finalize_btf_ext()
Dbtf.c2658 const struct btf_ext_info_sec *sinfo; in btf_ext_setup_info()
2708 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_setup_info()
4950 struct btf_ext_info_sec *sec; in btf_ext_visit_type_ids()
4981 struct btf_ext_info_sec *sec; in btf_ext_visit_str_offs()
Dlibbpf.c2863 const struct btf_ext_info_sec *sec; in bpf_object__init_btf()
5781 const struct btf_ext_info_sec *sec; in bpf_object__relocate_core()
6060 const struct btf_ext_info_sec *sec; in adjust_prog_btf_ext_info()
/linux-6.6.21/tools/bpf/bpftool/
Dgen.c2043 const struct btf_ext_info_sec *sec; in btfgen_record_obj()