Lines Matching defs:f
117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label()
124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label()
130 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument
140 FILE *f = e; in asm_emit_cell() local
149 FILE *f = e; in asm_emit_string() local
167 FILE *f = e; in asm_emit_align() local
174 FILE *f = e; in asm_emit_data() local
196 FILE *f = e; in asm_emit_beginnode() local
209 FILE *f = e; in asm_emit_endnode() local
222 FILE *f = e; in asm_emit_property() local
366 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob()
446 static void dump_stringtable_asm(FILE *f, struct data strbuf) in dump_stringtable_asm()
460 void dt_to_asm(FILE *f, struct boot_info *bi, int version) in dt_to_asm()
803 FILE *f; in dt_from_blob() local