Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dlibbpf_internal.h348 sec = (void *)sec + sizeof(struct btf_ext_info_sec) + \
405 struct btf_ext_info_sec { struct
A Dlinker.c2428 const struct btf_ext_info_sec *ext_sec; in linker_append_btf_ext()
2725 struct btf_ext_info_sec *sec_info; in emit_btf_ext_data()
2740 cur += sizeof(struct btf_ext_info_sec); in emit_btf_ext_data()
2773 funcs_sz += sizeof(struct btf_ext_info_sec) + func_rec_sz * sec->func_info.rec_cnt; in finalize_btf_ext()
2784 lines_sz += sizeof(struct btf_ext_info_sec) + line_rec_sz * sec->line_info.rec_cnt; in finalize_btf_ext()
2795 … core_relos_sz += sizeof(struct btf_ext_info_sec) + core_relo_rec_sz * sec->core_relo_info.rec_cnt; in finalize_btf_ext()
A Dbtf.c2545 const struct btf_ext_info_sec *sinfo; in btf_ext_setup_info()
2594 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_setup_info()
2777 __u32 sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_reloc_info()
2779 struct btf_ext_info_sec *sinfo; in btf_ext_reloc_info()
4700 struct btf_ext_info_sec *sec; in btf_ext_visit_type_ids()
4731 struct btf_ext_info_sec *sec; in btf_ext_visit_str_offs()
A Dlibbpf.c5466 const struct btf_ext_info_sec *sec; in bpf_object__relocate_core()
5656 const struct btf_ext_info_sec *sec; in adjust_prog_btf_ext_info()
/linux/Documentation/bpf/
A Dbtf.rst701 btf_ext_info_sec for section #1 /* func_info for section #1 */
702 btf_ext_info_sec for section #2 /* func_info for section #2 */
706 .BTF.ext is generated. ``btf_ext_info_sec``, defined below, is a collection of
709 struct btf_ext_info_sec {
721 btf_ext_info_sec for section #1 /* line_info for section #1 */
722 btf_ext_info_sec for section #2 /* line_info for section #2 */
732 beginning of section (``btf_ext_info_sec->sec_name_off``).

Completed in 39 milliseconds