Searched refs:parser (Results 1 – 25 of 46) sorted by relevance
12
/toolchain/binutils/binutils-2.25/bfd/ |
D | xsym.c | 537 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/ |
D | ylwrap | 116 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/ |
D | demangle-expected | 4281 …parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(mod…
|
/toolchain/binutils/binutils-2.25/gold/ |
D | README | 59 The linker script parser uses features which are only in newer
|
D | yyscript.y | 42 %pure-parser
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-asm.in | 173 /* Default insn parser. 178 ??? Note that this is currently an all-or-nothing parser. If we fail to
|
D | ChangeLog | 174 operand parser.
|
D | ChangeLog-9297 | 240 parser to work.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-metag.c | 6533 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/ |
D | ChangeLog | 500 (parse_lab_5_3): New parser function.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-9197 | 2434 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/ |
D | ChangeLog-2004 | 297 'high' and 'low' parts of an operand, which the parser previously
|
D | ChangeLog-2005 | 1171 * gas/i386/x86_64.s: Adjust for parser changes.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | configure | 3836 # On the NeXT, cc -E runs the code through the compiler's parser,
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2004 | 474 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
|
D | ChangeLog-2006 | 2228 (bfin_gen_ldstidxi): Adjust to match the trees that the parser gives
|
D | ChangeLog-2009 | 2758 Improve string parser.
|
D | ChangeLog-0001 | 436 * config/tc-mips.c (my_getSmallParser): Fix small parser bug. 4573 (i386_intel_operand): Re-write using recursive descent parser based
|
D | ChangeLog-2005 | 3883 (dot_pred_rel): Call generic expression parser to process arguments.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | internals.texi | 966 When this macro is defined to be non-zero, the parser allows the radix of a
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | zh_CN.po | 4704 msgid " --yydebug Turn on parser debugging\n"
|
D | zh_TW.po | 5441 msgid " --yydebug Turn on parser debugging\n"
|
D | rw.po | 4938 msgid " --yydebug Turn on parser debugging\n"
|
D | hr.po | 7799 msgid " --yydebug Turn on parser debugging\n"
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-9197 | 3072 (parse_args): Call emulation arg parser. 5208 * ldlex.h: Declare parser input type enum and variable.
|
12