Searched defs:for_each_btf_ext_rec (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf_internal.h | 175 #define for_each_btf_ext_rec(seg, sec, i, rec) \ macro
|
H A D | libbpf.c | 5953 for_each_btf_ext_rec(seg, sec, i, rec) { in bpf_object__relocate_core() function 6075 for_each_btf_ext_rec(ext_info, sec, i, rec) { in adjust_prog_btf_ext_info() function
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | gen.c | 2081 for_each_btf_ext_rec(seg, sec, relo_idx, relo) { in btfgen_record_obj() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf_internal.h | 414 #define for_each_btf_ext_rec(seg, sec, i, rec) \ macro
|
H A D | btf.c | 4957 for_each_btf_ext_rec(seg, sec, i, rec) { in btf_ext_visit_type_ids() function 4968 for_each_btf_ext_rec(seg, sec, i, rec) { in btf_ext_visit_type_ids() function 4999 for_each_btf_ext_rec(seg, sec, i, rec) { in btf_ext_visit_str_offs() function 5017 for_each_btf_ext_rec(seg, sec, i, rec) { in btf_ext_visit_str_offs() function
|
H A D | libbpf.c | 5828 for_each_btf_ext_rec(seg, sec, i, rec) { in bpf_object__relocate_core() function 6075 for_each_btf_ext_rec(ext_info, sec, i, rec) { in adjust_prog_btf_ext_info() function
|
Completed in 45 milliseconds