Lines Matching full:emitted
42 EMITTED, enumerator
51 /* whether forward declaration was already emitted */
211 d->type_states[0].emit_state = EMITTED; in btf_dump_resize()
264 * were already emitted as part of previous btf_dump__dump_type() invocation
265 * for another type, they won't be emitted again. This API allows callers to
266 * filter out BTF types according to user-defined criterias and emitted only
268 * definitions will still be emitted, even if the only usage is through
301 * determine top-level anonymous enums that need to be emitted as an
449 * emitted.
487 /* return true, letting typedefs know that it's ok to be emitted */ in btf_dump_order_type()
549 * declarations and should be emitted. Same logic can be in btf_dump_order_type()
692 if (tstate->emit_state == EMITTED) in btf_dump_emit_type()
723 * was emitted, but it can be used only for "weak" in btf_dump_emit_type()
744 tstate->emit_state = EMITTED; in btf_dump_emit_type()
752 tstate->emit_state = EMITTED; in btf_dump_emit_type()
767 tstate->emit_state = EMITTED; in btf_dump_emit_type()
783 tstate->emit_state = EMITTED; in btf_dump_emit_type()
812 tstate->emit_state = EMITTED; in btf_dump_emit_type()
1426 * with just ptr, which should be emitted as (*) or (*<fname>), so we in btf_dump_emit_type_chain()