Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 25 of 46) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Dxsym.c537 void (*parser) (unsigned char *, size_t, bfd_sym_resources_table_entry *); in bfd_sym_fetch_resources_table_entry() local
543 parser = NULL; in bfd_sym_fetch_resources_table_entry()
559 parser = bfd_sym_parse_resources_table_entry_v32; in bfd_sym_fetch_resources_table_entry()
566 if (parser == NULL) in bfd_sym_fetch_resources_table_entry()
578 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_resources_table_entry()
588 void (*parser) (unsigned char *, size_t, bfd_sym_modules_table_entry *); in bfd_sym_fetch_modules_table_entry() local
594 parser = NULL; in bfd_sym_fetch_modules_table_entry()
609 parser = bfd_sym_parse_modules_table_entry_v33; in bfd_sym_fetch_modules_table_entry()
617 if (parser == NULL) in bfd_sym_fetch_modules_table_entry()
629 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_modules_table_entry()
[all …]
/toolchain/binutils/binutils-2.25/
Dylwrap116 parser=$1
182 if test $from != $parser; then
198 if test "$from" != "$parser"; then
211 if test "$from" = "$parser"; then
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Ddemangle-expected4281parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(mod…
/toolchain/binutils/binutils-2.25/gold/
DREADME59 The linker script parser uses features which are only in newer
Dyyscript.y42 %pure-parser
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-asm.in173 /* Default insn parser.
178 ??? Note that this is currently an all-or-nothing parser. If we fail to
DChangeLog174 operand parser.
DChangeLog-9297240 parser to work.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-metag.c6533 insn_parser parser = insn_parsers[encoding]; in parse_insn() local
6561 if (parser) in parse_insn()
6563 const char *end = parser(l, insn, template); in parse_insn()
/toolchain/binutils/binutils-2.25/cpu/
DChangeLog500 (parse_lab_5_3): New parser function.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-91972434 them, as that would require changing the parser recognize the
3145 rather than the parser.
4125 (symbol_list): Use left recursion to avoid overflowing parser
4428 (main): Clean up option parser.
4435 (main): Clean up option parser.
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-2004297 'high' and 'low' parts of an operand, which the parser previously
DChangeLog-20051171 * gas/i386/x86_64.s: Adjust for parser changes.
/toolchain/binutils/binutils-2.25/libiberty/
Dconfigure3836 # On the NeXT, cc -E runs the code through the compiler's parser,
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2004474 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
DChangeLog-20062228 (bfin_gen_ldstidxi): Adjust to match the trees that the parser gives
DChangeLog-20092758 Improve string parser.
DChangeLog-0001436 * config/tc-mips.c (my_getSmallParser): Fix small parser bug.
4573 (i386_intel_operand): Re-write using recursive descent parser based
DChangeLog-20053883 (dot_pred_rel): Call generic expression parser to process arguments.
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi966 When this macro is defined to be non-zero, the parser allows the radix of a
/toolchain/binutils/binutils-2.25/binutils/po/
Dzh_CN.po4704 msgid " --yydebug Turn on parser debugging\n"
Dzh_TW.po5441 msgid " --yydebug Turn on parser debugging\n"
Drw.po4938 msgid " --yydebug Turn on parser debugging\n"
Dhr.po7799 msgid " --yydebug Turn on parser debugging\n"
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-91973072 (parse_args): Call emulation arg parser.
5208 * ldlex.h: Declare parser input type enum and variable.

12