Home
last modified time | relevance | path

Searched refs:lex (Results 1 – 25 of 38) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/
Dapp.c59 static char lex[256]; variable
86 #define IS_SYMBOL_COMPONENT(c) (lex[c] == LEX_IS_SYMBOL_COMPONENT)
87 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE)
88 #define IS_LINE_SEPARATOR(c) (lex[c] == LEX_IS_LINE_SEPARATOR)
89 #define IS_PARALLEL_SEPARATOR(c) (lex[c] == LEX_IS_PARALLEL_SEPARATOR)
90 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START)
91 #define IS_LINE_COMMENT(c) (lex[c] == LEX_IS_LINE_COMMENT_START)
92 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE)
106 lex[' '] = LEX_IS_WHITESPACE; in do_scrub_begin()
107 lex['\t'] = LEX_IS_WHITESPACE; in do_scrub_begin()
[all …]
DMakefile.am52 IT_SRCS=itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
53 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
54 IT_OBJS=itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
110 itbl-lex.h \
364 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
365 bfin-parse.c bfin-parse.h bfin-lex.c \
483 bfin-lex.c: $(srcdir)/config/bfin-lex.l
484 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
485 bfin-lex-wrapper.@OBJEXT@: $(srcdir)/config/bfin-lex-wrapper.c bfin-lex.c bfin-parse.h $(srcdir)/co…
487 …$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/config/bfin-lex-wrapper.c $(NO_W…
[all …]
DMakefile.in65 bfin-parse.c itbl-parse.c itbl-lex.c $(srcdir)/../depcomp \
108 am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
324 IT_SRCS = itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
325 IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
326 IT_OBJS = itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
379 itbl-lex.h \
626 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
627 bfin-parse.c bfin-parse.h bfin-lex.c \
670 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-lex.Po@am__quote@
[all …]
Dconfigure.ac342 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
344 extra_objects="$extra_objects bfin-lex-wrapper.o"
375 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
377 extra_objects="$extra_objects itbl-lex-wrapper.o"
Dconfigure.com182 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
DChangeLog-2009867 (bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h
873 * Makefile.am (itbl-lex.o): Depend on itbl-parse.h.
885 * config/bfin-lex.l: Remove V as STATUS_REG.
904 * config/bfin-lex.l (SP.L, SP.H, FP.L, FP.H): Set flags.
965 * Makefile.am (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o):
1152 (itbl-lex.c, itbl-ops.o): Remove manual dependencies.
1153 (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o, itbl-tops.o)
DChangeLog-2010519 * config/bfin-lex.l (FLAGS): New state.
709 * config/bfin-lex.l: Accept multibyte chars in symbol names.
714 * config/bfin-lex.l: Tokenize AC0_COPY, V_COPY, and RND_MOD.
724 * config/bfin-lex.l (abort): Accept case-insensitive abort insn.
1711 * config/bfin-lex.l (parse_int): Change index() to strchr().
1855 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
2176 * config/bfin-lex.l (parse_int): Fix shadowed variable name
Dconfig.in359 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
DChangeLog-2005414 * Makefile.am: Disable -Werror for the itbl-lex.o rule.
569 (EXTRA_DIST): Add bfin-parse.h and bfin-lex.c.
571 * config/bfin-lex.l: Include bfin-parse.h instead of bfin-parse.tab.h.
616 * Makefile.am (bfin-lex.c): Update ylwrap invocation.
727 * Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h.
802 * config/bfin-lex.l: New file.
2337 input-file.c, input-file.h, input-scrub.c, itbl-lex.h, itbl-lex.l,
3741 * itbl-lex.h: New file.
3742 * itbl-lex.l: Include itbl-lex.h.
3744 (insntbl_line, yyparse, yylex): Move to itbl-lex.h.
DChangeLog-201216 * itbl-lex-wrapper.c: Likewise.
18 * config/bfin-lex-wrapper.c: Likewise.
1131 * itbl-lex-wrapper.c: New file.
1132 * config/bfin-lex-wrapper.c: New file.
1155 lex[] array.
DChangeLog-96971744 itbl-lex.c dependencies. Remove rules for itbl-lex.o,
2263 (itbl-lex.o): Depend upon itbl-parse.h.
2268 * Makefile.in (itbl-lex.o): Remove -Wall.
2339 * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
2340 itbl-ops.c. Add itbl-parse.c and itbl-lex.c.
2347 * itbl-lex.l: Fix indentation mistakes from indent program.
2358 * configure.in, configure: Add itbl-parse.o, itbl-lex.o, and
2398 (do_scrub_begin): Don't set lex['*'].
2657 * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
2666 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
DChangeLog-20071266 input-file.h, input-scrub.c, ibtl-lex.h, itbl-lex.l, itbl-ops.c,
1272 config/bfin-defs.h, config/bfin-lex.l, config/bfin-parse.y,
DChangeLog-20061236 * config/bfin-lex.l: Likewise.
1287 * itbl-lex.l: Include as.h instead of other system headers.
2212 * config/bfin-lex.l: Recognize GOT17M4 and FUNCDESC_GOT17M4.
Daclocal.m4580 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
Dconfigure12801 for ac_prog in flex lex
12881 if test -f lex.yy.c; then
12882 ac_cv_prog_lex_root=lex.yy
/toolchain/binutils/binutils-2.25/
Dmissing171 lex*|flex*)
Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
Dconfigure.ac3145 AC_CHECK_PROGS([LEX], [flex lex], [$MISSING flex])
3148 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
/toolchain/binutils/binutils-2.25/gold/
Dscript.cc1248 Lex* lex, in Parser_closure() argument
1258 lex_(lex), lineno_(0), charpos_(0), lex_mode_stack_(), inputs_(NULL), in Parser_closure()
1263 this->lex_mode_stack_.push_back(lex->mode()); in Parser_closure()
1472 Lex lex(input_string.c_str(), input_string.length(), PARSING_LINKER_SCRIPT); in read_input_script() local
1492 &lex, in read_input_script()
1586 Lex lex(input_string.c_str(), input_string.length(), first_token); in read_script_file() local
1587 lex.set_mode(lex_mode); in read_script_file()
1596 &lex, in read_script_file()
1650 Lex lex(definition, strlen(definition), PARSING_DEFSYM); in define_symbol() local
1651 lex.set_mode(Lex::EXPRESSION); in define_symbol()
[all …]
Dyyscript.y45 %lex-param {void* closure}
/toolchain/binutils/binutils-2.25/ld/
Dconfig.in213 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Daclocal.m4580 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
/toolchain/binutils/binutils-2.25/gas/po/
DPOTFILES.in238 itbl-lex.h
/toolchain/binutils/binutils-2.25/binutils/
Dconfig.in259 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Daclocal.m4580 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a

12