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()
232 * were already emitted as part of previous btf_dump__dump_type() invocation
233 * for another type, they won't be emitted again. This API allows callers to
234 * filter out BTF types according to user-defined criterias and emitted only
236 * definitions will still be emitted, even if the only usage is through
269 * determine top-level anonymous enums that need to be emitted as an
413 * emitted.
451 /* return true, letting typedefs know that it's ok to be emitted */ in btf_dump_order_type()
511 * declarations and should be emitted. Same logic can be in btf_dump_order_type()
652 if (tstate->emit_state == EMITTED) in btf_dump_emit_type()
683 * was emitted, but it can be used only for "weak" in btf_dump_emit_type()
704 tstate->emit_state = EMITTED; in btf_dump_emit_type()
711 tstate->emit_state = EMITTED; in btf_dump_emit_type()
725 tstate->emit_state = EMITTED; in btf_dump_emit_type()
741 tstate->emit_state = EMITTED; in btf_dump_emit_type()
770 tstate->emit_state = EMITTED; in btf_dump_emit_type()
1300 * with just ptr, which should be emitted as (*) or (*<fname>), so we in btf_dump_emit_type_chain()