Searched refs:for_each_btf_ext_sec (Results 1 – 4 of 4) sorted by relevance
/linux/tools/lib/bpf/ |
A D | libbpf_internal.h | 345 #define for_each_btf_ext_sec(seg, sec) \ macro
|
A D | btf.c | 4704 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 4715 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 4735 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 4742 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 4760 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs()
|
A D | linker.c | 2438 for_each_btf_ext_sec(&obj->btf_ext->func_info, ext_sec) { in linker_append_btf_ext() 2467 for_each_btf_ext_sec(&obj->btf_ext->line_info, ext_sec) { in linker_append_btf_ext() 2509 for_each_btf_ext_sec(&obj->btf_ext->core_relo_info, ext_sec) { in linker_append_btf_ext()
|
A D | libbpf.c | 5494 for_each_btf_ext_sec(seg, sec) { in bpf_object__relocate_core() 5661 for_each_btf_ext_sec(ext_info, sec) { in adjust_prog_btf_ext_info()
|
Completed in 37 milliseconds