Searched refs:for_each_btf_ext_sec (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf_internal.h | 301 #define for_each_btf_ext_sec(seg, sec) \ macro
|
D | btf.c | 4591 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 4602 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 4622 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 4629 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 4647 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs()
|
D | linker.c | 2439 for_each_btf_ext_sec(&obj->btf_ext->func_info, ext_sec) { in linker_append_btf_ext() 2468 for_each_btf_ext_sec(&obj->btf_ext->line_info, ext_sec) { in linker_append_btf_ext() 2510 for_each_btf_ext_sec(&obj->btf_ext->core_relo_info, ext_sec) { in linker_append_btf_ext()
|
D | libbpf.c | 5204 for_each_btf_ext_sec(seg, sec) { in bpf_object__relocate_core() 5365 for_each_btf_ext_sec(ext_info, sec) { in adjust_prog_btf_ext_info()
|