Home
last modified time | relevance | path

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

/linux-6.15/Documentation/bpf/
H A Dbtf.rst808 btf_ext_info_sec for section #1 /* func_info for section #1 */
809 btf_ext_info_sec for section #2 /* func_info for section #2 */
813 .BTF.ext is generated. ``btf_ext_info_sec``, defined below, is a collection of
816 struct btf_ext_info_sec {
828 btf_ext_info_sec for section #1 /* line_info for section #1 */
829 btf_ext_info_sec for section #2 /* line_info for section #2 */
839 beginning of section (``btf_ext_info_sec->sec_name_off``).
844 btf_ext_info_sec for section #1 /* core_relo for section #1 */
845 btf_ext_info_sec for section #2 /* core_relo for section #2 */
849 within a single ``btf_ext_info_sec`` describe relocations applied to
[all …]
/linux-6.15/tools/lib/bpf/
H A Dlibbpf_internal.h438 sec = (void *)sec + sizeof(struct btf_ext_info_sec) + \
497 struct btf_ext_info_sec { struct
H A Dlinker.c2630 const struct btf_ext_info_sec *ext_sec; in linker_append_btf_ext()
2942 struct btf_ext_info_sec *sec_info; in emit_btf_ext_data()
2957 cur += sizeof(struct btf_ext_info_sec); in emit_btf_ext_data()
2990 funcs_sz += sizeof(struct btf_ext_info_sec) + func_rec_sz * sec->func_info.rec_cnt; in finalize_btf_ext()
3001 lines_sz += sizeof(struct btf_ext_info_sec) + line_rec_sz * sec->line_info.rec_cnt; in finalize_btf_ext()
3012 … core_relos_sz += sizeof(struct btf_ext_info_sec) + core_relo_rec_sz * sec->core_relo_info.rec_cnt; in finalize_btf_ext()
H A Dbtf.c2959 const struct btf_ext_info_sec *sinfo; in btf_ext_parse_sec_info()
3013 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_parse_sec_info()
3121 struct btf_ext_info_sec *sec; in btf_ext_bswap_info_sec()
3134 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_bswap_info_sec()
5316 struct btf_ext_info_sec *sec; in btf_ext_visit_type_ids()
5347 struct btf_ext_info_sec *sec; in btf_ext_visit_str_offs()
H A Dlibbpf.c3283 const struct btf_ext_info_sec *sec; in bpf_object__init_btf()
5918 const struct btf_ext_info_sec *sec; in bpf_object__relocate_core()
6197 const struct btf_ext_info_sec *sec; in adjust_prog_btf_ext_info()
/linux-6.15/tools/bpf/bpftool/
H A Dgen.c2346 const struct btf_ext_info_sec *sec; in btfgen_record_obj()