Lines Matching full:emitted
39 EMITTED, enumerator
48 /* whether forward declaration was already emitted */
179 d->type_states[0].emit_state = EMITTED; in btf_dump_resize()
221 * were already emitted as part of previous btf_dump__dump_type() invocation
222 * for another type, they won't be emitted again. This API allows callers to
223 * filter out BTF types according to user-defined criterias and emitted only
225 * definitions will still be emitted, even if the only usage is through
258 * determine top-level anonymous enums that need to be emitted as an
402 * emitted.
440 /* return true, letting typedefs know that it's ok to be emitted */ in btf_dump_order_type()
500 * declarations and should be emitted. Same logic can be in btf_dump_order_type()
641 if (tstate->emit_state == EMITTED) in btf_dump_emit_type()
672 * was emitted, but it can be used only for "weak" in btf_dump_emit_type()
693 tstate->emit_state = EMITTED; in btf_dump_emit_type()
700 tstate->emit_state = EMITTED; in btf_dump_emit_type()
714 tstate->emit_state = EMITTED; in btf_dump_emit_type()
730 tstate->emit_state = EMITTED; in btf_dump_emit_type()
759 tstate->emit_state = EMITTED; in btf_dump_emit_type()
1226 * with just ptr, which should be emitted as (*) or (*<fname>), so we in btf_dump_emit_type_chain()