Home
last modified time | relevance | path

Searched refs:strip_mods (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c134 bool strip_mods = false; in codegen_datasec_def() local
140 strip_mods = true; in codegen_datasec_def()
149 .strip_mods = strip_mods, in codegen_datasec_def()
303 bool strip_mods = false, needs_typeof = false; in codegen_subskel_datasecs() local
324 strip_mods = strcmp(sec_name, ".kconfig") != 0; in codegen_subskel_datasecs()
332 .strip_mods = strip_mods, in codegen_subskel_datasecs()
/openbmc/linux/tools/lib/bpf/
H A Dbtf_dump.c84 bool strip_mods; member
1281 d->strip_mods = OPTS_GET(opts, strip_mods, false); in btf_dump__emit_type_decl()
1283 d->strip_mods = false; in btf_dump__emit_type_decl()
1297 if (d->strip_mods && btf_is_mod(t)) in btf_dump_emit_type_decl()
1624 d->strip_mods = true; in btf_dump_emit_type_cast()
1626 d->strip_mods = false; in btf_dump_emit_type_cast()
H A Dbtf.h268 bool strip_mods; member
271 #define btf_dump_emit_type_decl_opts__last_field strip_mods