Home
last modified time | relevance | path

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

/linux/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`` describ
[all...]
/linux/tools/lib/bpf/
H A Dlibbpf_internal.h438 sec = (void *)sec + sizeof(struct btf_ext_info_sec) + \
453 * struct btf_ext_info_sec for section #1
457 * struct btf_ext_info_sec for section #2
497 struct btf_ext_info_sec { struct
498 sec_name_offbtf_ext_info_sec global() argument
499 num_infobtf_ext_info_sec global() argument
501 databtf_ext_info_sec global() argument
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.c3015 const struct btf_ext_info_sec *sinfo; in btf_ext_parse_sec_info()
3069 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_parse_sec_info()
3177 struct btf_ext_info_sec *sec; in btf_ext_bswap_info_sec()
3190 unsigned int sec_hdrlen = sizeof(struct btf_ext_info_sec); in btf_ext_bswap_info_sec()
5432 struct btf_ext_info_sec *sec; in btf_ext_visit_type_ids()
5463 struct btf_ext_info_sec *sec; in btf_ext_visit_str_offs()
H A Dlibbpf.c3277 const struct btf_ext_info_sec *sec; in bpf_object__init_btf()
5924 const struct btf_ext_info_sec *sec; in bpf_object__relocate_core()
6203 const struct btf_ext_info_sec *sec; in adjust_prog_btf_ext_info()
/linux/tools/bpf/bpftool/
H A Dgen.c2346 const struct btf_ext_info_sec *sec; in btfgen_record_obj()