Lines Matching full:emitted
43 EMITTED, enumerator
52 /* whether forward declaration was already emitted */
212 d->type_states[0].emit_state = EMITTED; in btf_dump_resize()
265 * were already emitted as part of previous btf_dump__dump_type() invocation
266 * for another type, they won't be emitted again. This API allows callers to
267 * filter out BTF types according to user-defined criterias and emitted only
269 * definitions will still be emitted, even if the only usage is through
302 * determine top-level anonymous enums that need to be emitted as an
450 * emitted.
488 /* return true, letting typedefs know that it's ok to be emitted */ in btf_dump_order_type()
550 * declarations and should be emitted. Same logic can be in btf_dump_order_type()
693 if (tstate->emit_state == EMITTED) in btf_dump_emit_type()
724 * was emitted, but it can be used only for "weak" in btf_dump_emit_type()
745 tstate->emit_state = EMITTED; in btf_dump_emit_type()
753 tstate->emit_state = EMITTED; in btf_dump_emit_type()
768 tstate->emit_state = EMITTED; in btf_dump_emit_type()
784 tstate->emit_state = EMITTED; in btf_dump_emit_type()
813 tstate->emit_state = EMITTED; in btf_dump_emit_type()
1427 * with just ptr, which should be emitted as (*) or (*<fname>), so we in btf_dump_emit_type_chain()