Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.27/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.am57 IT_SRCS=itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
58 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
59 IT_OBJS=itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
115 itbl-lex.h \
373 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
374 bfin-parse.c bfin-parse.h bfin-lex.c \
492 bfin-lex.c: $(srcdir)/config/bfin-lex.l
493 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
494 bfin-lex-wrapper.@OBJEXT@: $(srcdir)/config/bfin-lex-wrapper.c bfin-lex.c bfin-parse.h $(srcdir)/co…
496 …$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/config/bfin-lex-wrapper.c $(NO_W…
[all …]
DMakefile.in82 bfin-parse.c itbl-parse.c itbl-lex.c $(srcdir)/../depcomp \
125 am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
354 IT_SRCS = itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
355 IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
356 IT_OBJS = itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
409 itbl-lex.h \
660 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
661 bfin-parse.c bfin-parse.h bfin-lex.c \
704 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
830 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-lex.Po@am__quote@
[all …]
Dconfigure.ac396 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
398 extra_objects="$extra_objects bfin-lex-wrapper.o"
429 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
431 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.in373 /* 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-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.
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,
Daclocal.m4593 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
/toolchain/binutils/binutils-2.27/
Dmissing171 lex*|flex*)
Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
Dconfigure.ac3335 AC_CHECK_PROGS([LEX], [flex lex], [$MISSING flex])
3338 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
/toolchain/binutils/binutils-2.27/config/
Doverride.m4104 dnl If flex/lex are not found, the top level configure sets LEX to
110 [AC_CHECK_PROGS(LEX, flex lex, :)
/toolchain/binutils/binutils-2.27/gold/
Dscript.cc1249 Lex* lex, in Parser_closure() argument
1259 lex_(lex), lineno_(0), charpos_(0), lex_mode_stack_(), inputs_(NULL), in Parser_closure()
1264 this->lex_mode_stack_.push_back(lex->mode()); in Parser_closure()
1473 Lex lex(input_string.c_str(), input_string.length(), PARSING_LINKER_SCRIPT); in read_input_script() local
1493 &lex, in read_input_script()
1587 Lex lex(input_string.c_str(), input_string.length(), first_token); in read_script_file() local
1588 lex.set_mode(lex_mode); in read_script_file()
1597 &lex, in read_script_file()
1651 Lex lex(definition, strlen(definition), PARSING_DEFSYM); in define_symbol() local
1652 lex.set_mode(Lex::EXPRESSION); in define_symbol()
[all …]
Dyyscript.y45 %lex-param {void* closure}
/toolchain/binutils/binutils-2.27/ld/
Dconfig.in222 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Daclocal.m4593 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
/toolchain/binutils/binutils-2.27/gas/po/
DPOTFILES.in242 itbl-lex.h
/toolchain/binutils/binutils-2.27/binutils/
Dconfig.in265 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Daclocal.m4593 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a

12