Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/bpf/
Dbtf.rst791 btf_ext_info_sec for section #1 /* func_info for section #1 */
792 btf_ext_info_sec for section #2 /* func_info for section #2 */
796 .BTF.ext is generated. ``btf_ext_info_sec``, defined below, is a collection of
799 struct btf_ext_info_sec {
811 btf_ext_info_sec for section #1 /* line_info for section #1 */
812 btf_ext_info_sec for section #2 /* line_info for section #2 */
822 beginning of section (``btf_ext_info_sec->sec_name_off``).
827 btf_ext_info_sec for section #1 /* core_relo for section #1 */
828 btf_ext_info_sec for section #2 /* core_relo for section #2 */
832 within a single ``btf_ext_info_sec`` describe relocations applied to
[all …]
/linux-6.12.1/tools/lib/bpf/
Dlibbpf_internal.h436 sec = (void *)sec + sizeof(struct btf_ext_info_sec) + \
493 struct btf_ext_info_sec { struct
Dlinker.c2474 const struct btf_ext_info_sec *ext_sec; in linker_append_btf_ext()
2773 struct btf_ext_info_sec *sec_info; in emit_btf_ext_data()
2788 cur += sizeof(struct btf_ext_info_sec); in emit_btf_ext_data()
2821 funcs_sz += sizeof(struct btf_ext_info_sec) + func_rec_sz * sec->func_info.rec_cnt; in finalize_btf_ext()
2832 lines_sz += sizeof(struct btf_ext_info_sec) + line_rec_sz * sec->line_info.rec_cnt; in finalize_btf_ext()
2843 … core_relos_sz += sizeof(struct btf_ext_info_sec) + core_relo_rec_sz * sec->core_relo_info.rec_cnt; in finalize_btf_ext()
Dbtf.c2899 const struct btf_ext_info_sec *sinfo; in btf_ext_setup_info()
2949 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_setup_info()
5100 struct btf_ext_info_sec *sec; in btf_ext_visit_type_ids()
5131 struct btf_ext_info_sec *sec; in btf_ext_visit_str_offs()
Dlibbpf.c3245 const struct btf_ext_info_sec *sec; in bpf_object__init_btf()
5855 const struct btf_ext_info_sec *sec; in bpf_object__relocate_core()
6134 const struct btf_ext_info_sec *sec; in adjust_prog_btf_ext_info()
/linux-6.12.1/tools/bpf/bpftool/
Dgen.c2346 const struct btf_ext_info_sec *sec; in btfgen_record_obj()