Home
last modified time | relevance | path

Searched refs:srcpos (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.h71 struct srcpos { struct
79 #define YYLTYPE struct srcpos argument
104 extern struct srcpos srcpos_empty;
106 extern void srcpos_update(struct srcpos *pos, const char *text, int len);
107 extern struct srcpos *srcpos_copy(struct srcpos *pos);
108 extern char *srcpos_string(struct srcpos *pos);
110 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix,
112 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
H A Dsrcpos.c204 struct srcpos srcpos_empty = {
214 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update()
238 struct srcpos *
239 srcpos_copy(struct srcpos *pos) in srcpos_copy()
241 struct srcpos *pos_new; in srcpos_copy()
243 pos_new = xmalloc(sizeof(struct srcpos)); in srcpos_copy()
244 memcpy(pos_new, pos, sizeof(struct srcpos)); in srcpos_copy()
250 srcpos_string(struct srcpos *pos) in srcpos_string()
274 void srcpos_verror(struct srcpos *pos, const char *prefix, in srcpos_verror()
288 void srcpos_error(struct srcpos *pos, const char *prefix, in srcpos_error()
H A DMakefile.dtc13 srcpos.c \
H A DMakefile7 srcpos.o checks.o util.o
H A Ddtc-lexer.lex.c_shipped631 #include "srcpos.h"
H A Ddtc-parser.tab.c_shipped71 #include "srcpos.h"