Home
last modified time | relevance | path

Searched refs:current_srcfile (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.c106 if (current_srcfile) in fopen_any_on_path()
107 cur_dir = current_srcfile->dir; in fopen_any_on_path()
154 srcfile->prev = current_srcfile; in srcfile_push()
159 current_srcfile = srcfile; in srcfile_push()
168 current_srcfile = srcfile->prev; in srcfile_pop()
216 pos->file = current_srcfile; in srcpos_update()
223 current_srcfile->lineno++; in srcpos_update()
224 current_srcfile->colno = 1; in srcpos_update()
226 current_srcfile->colno++; in srcpos_update()
295 current_srcfile->name = f; in srcpos_set_line()
[all …]
H A Ddtc-lexer.l279 yyin = current_srcfile->f;
291 yyin = current_srcfile->f;
H A Dsrcpos.h36 extern struct srcfile_state *current_srcfile; /* = NULL */
H A Dtreesource.c37 yyin = current_srcfile->f; in dt_from_source()
38 yylloc.file = current_srcfile; in dt_from_source()
/openbmc/linux/scripts/dtc/
H A Dsrcpos.c135 if (current_srcfile) in fopen_any_on_path()
136 cur_dir = current_srcfile->dir; in fopen_any_on_path()
183 srcfile->prev = current_srcfile; in srcfile_push()
188 current_srcfile = srcfile; in srcfile_push()
200 current_srcfile = srcfile->prev; in srcfile_pop()
236 pos->file = current_srcfile; in srcpos_update()
243 current_srcfile->lineno++; in srcpos_update()
244 current_srcfile->colno = 1; in srcpos_update()
246 current_srcfile->colno++; in srcpos_update()
399 current_srcfile->name = f; in srcpos_set_line()
[all …]
H A Ddtc-lexer.l271 yyin = current_srcfile->f;
283 yyin = current_srcfile->f;
H A Dsrcpos.h22 extern struct srcfile_state *current_srcfile; /* = NULL */
H A Dtreesource.c22 yyin = current_srcfile->f; in dt_from_source()
23 yylloc.file = current_srcfile; in dt_from_source()