Searched refs:for_each_btf_ext_sec (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/ |
H A D | .clang-format | 200 - 'for_each_btf_ext_sec'
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_internal.h | 408 #define for_each_btf_ext_sec(seg, sec) \ macro
|
H A D | btf.c | 4954 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 4965 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_type_ids() 4985 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 4992 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs() 5010 for_each_btf_ext_sec(seg, sec) { in btf_ext_visit_str_offs()
|
H A D | linker.c | 2447 for_each_btf_ext_sec(&obj->btf_ext->func_info, ext_sec) { in linker_append_btf_ext() 2476 for_each_btf_ext_sec(&obj->btf_ext->line_info, ext_sec) { in linker_append_btf_ext() 2518 for_each_btf_ext_sec(&obj->btf_ext->core_relo_info, ext_sec) { in linker_append_btf_ext()
|
H A D | libbpf.c | 2878 for_each_btf_ext_sec(seg, sec) { in bpf_object__init_btf() 5816 for_each_btf_ext_sec(seg, sec) { in bpf_object__relocate_core() 6069 for_each_btf_ext_sec(ext_info, sec) { in adjust_prog_btf_ext_info()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | gen.c | 2080 for_each_btf_ext_sec(seg, sec) { in btfgen_record_obj()
|