Home
last modified time | relevance | path

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

/scripts/dtc/
Dyamltree.c24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument
26 if (!yaml_emitter_emit(emitter, event)) \
28 yaml_error_name[(emitter)->error], \
29 (emitter)->problem, __func__, __LINE__); \
32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int() argument
51 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
89 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
93 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
96 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() argument
110 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_string()
[all …]
Dflattree.c35 struct emitter { struct
92 static struct emitter bin_emitter = {
211 static struct emitter asm_emitter = {
236 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()