Searched refs:for_each_btf_ext_sec (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/ |
D | .clang-format | 229 - 'for_each_btf_ext_sec'
|
/linux-6.14.4/tools/lib/bpf/ |
D | libbpf_internal.h | 434 #define for_each_btf_ext_sec(seg, sec) \ macro
|
D | btf.c | 5269 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 5280 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 5300 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 5307 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 5325 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs()
|
D | linker.c | 2640 for_each_btf_ext_sec(&obj->btf_ext->func_info, ext_sec) { in linker_append_btf_ext() 2669 for_each_btf_ext_sec(&obj->btf_ext->line_info, ext_sec) { in linker_append_btf_ext() 2711 for_each_btf_ext_sec(&obj->btf_ext->core_relo_info, ext_sec) { in linker_append_btf_ext()
|
D | libbpf.c | 3291 for_each_btf_ext_sec(seg, sec) { in bpf_object__init_btf() 5943 for_each_btf_ext_sec(seg, sec) { in bpf_object__relocate_core() 6196 for_each_btf_ext_sec(ext_info, sec) { in adjust_prog_btf_ext_info()
|
/linux-6.14.4/tools/bpf/bpftool/ |
D | gen.c | 2383 for_each_btf_ext_sec(seg, sec) { in btfgen_record_obj()
|