Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf_dump.c263 static void btf_dump_emit_type(struct btf_dump *d, __u32 id, __u32 cont_id);
689 static void btf_dump_emit_type(struct btf_dump *d, __u32 id, __u32 cont_id) in btf_dump_emit_type() argument
692 bool top_level_def = cont_id == 0; in btf_dump_emit_type()
713 if (id == cont_id) in btf_dump_emit_type()
763 btf_dump_emit_type(d, t->type, cont_id); in btf_dump_emit_type()
766 btf_dump_emit_type(d, btf_array(t)->type, cont_id); in btf_dump_emit_type()
804 new_cont_id = t->name_off == 0 ? cont_id : id; in btf_dump_emit_type()
807 } else if (!tstate->fwd_emitted && id != cont_id) { in btf_dump_emit_type()
826 btf_dump_emit_type(d, t->type, cont_id); in btf_dump_emit_type()
828 btf_dump_emit_type(d, p->type, cont_id); in btf_dump_emit_type()