Searched refs:for_each_btf_ext_sec (Results 1 – 6 of 6) sorted by relevance
/linux/ |
H A D | .clang-format | 229 - 'for_each_btf_ext_sec'
|
/linux/tools/lib/bpf/ |
H A D | libbpf_internal.h | 433 #define for_each_btf_ext_sec(seg, sec) \ macro
|
H A D | btf.c | 5104 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 5115 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 5135 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 5142 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 5160 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs()
|
H A D | linker.c | 2484 for_each_btf_ext_sec(&obj->btf_ext->func_info, ext_sec) { in linker_append_btf_ext() 2513 for_each_btf_ext_sec(&obj->btf_ext->line_info, ext_sec) { in linker_append_btf_ext() 2555 for_each_btf_ext_sec(&obj->btf_ext->core_relo_info, ext_sec) { in linker_append_btf_ext()
|
H A D | libbpf.c | 3259 for_each_btf_ext_sec(seg, sec) { in bpf_object__init_btf() 5886 for_each_btf_ext_sec(seg, sec) { in bpf_object__relocate_core() 6139 for_each_btf_ext_sec(ext_info, sec) { in adjust_prog_btf_ext_info()
|
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 2383 for_each_btf_ext_sec(seg, sec) { in btfgen_record_obj()
|