HomeSort by: relevance | last modified time | path
    Searched defs:CODE (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
defparse.h 62 CODE = 263, /* CODE */
99 #define CODE 263
defparse.c 146 CODE = 263, /* CODE */
183 #define CODE 263
246 YYSYMBOL_CODE = 8, /* CODE */
312 so that the code can choose integer types of a good width. */
714 "DESCRIPTION", "STACKSIZE", "HEAPSIZE", "CODE", "DATA", "SECTIONS",
1381 case 10: /* command: CODE attr_list */
1591 case 57: /* keyword_as_name: CODE */
1593 { (yyval.id_const) = "CODE"; }
1906 /* Pacify compilers when the user code never invokes YYERROR and th
    [all...]
  /src/external/gpl3/binutils/dist/ld/
deffilep.h 62 CODE = 263, /* CODE */
99 #define CODE 263
deffilep.c 235 CODE = 263, /* CODE */
272 #define CODE 263
337 YYSYMBOL_CODE = 8, /* CODE */
405 so that the code can choose integer types of a good width. */
808 "DESCRIPTION", "STACKSIZE_K", "HEAPSIZE", "CODE", "DATAU", "DATAL",
1488 case 9: /* command: CODE attr_list */
1490 { def_section ("CODE", (yyvsp[0].number));}
1692 case 56: /* keyword_as_name: CODE */
1694 { (yyval.id_const) = "CODE"; }
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
defparse.h 62 CODE = 263, /* CODE */
99 #define CODE 263
defparse.c 146 CODE = 263, /* CODE */
183 #define CODE 263
246 YYSYMBOL_CODE = 8, /* CODE */
312 so that the code can choose integer types of a good width. */
714 "DESCRIPTION", "STACKSIZE", "HEAPSIZE", "CODE", "DATA", "SECTIONS",
1381 case 10: /* command: CODE attr_list */
1591 case 57: /* keyword_as_name: CODE */
1593 { (yyval.id_const) = "CODE"; }
1906 /* Pacify compilers when the user code never invokes YYERROR and th
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.h 62 CODE = 263, /* CODE */
99 #define CODE 263
deffilep.c 235 CODE = 263, /* CODE */
272 #define CODE 263
337 YYSYMBOL_CODE = 8, /* CODE */
405 so that the code can choose integer types of a good width. */
808 "DESCRIPTION", "STACKSIZE_K", "HEAPSIZE", "CODE", "DATAU", "DATAL",
1488 case 9: /* command: CODE attr_list */
1490 { def_section ("CODE", (yyvsp[0].number));}
1692 case 56: /* keyword_as_name: CODE */
1694 { (yyval.id_const) = "CODE"; }
    [all...]
  /src/sys/sys/
syslog.h 10 * 1. Redistributions of source code must retain the above copyright
48 * one-to-one to strings in the syslogd(8) source code. This mapping is
73 } CODE;
75 CODE prioritynames[] = {
122 CODE facilitynames[] = {
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 71 TT, CODE, COMMAND_TAG, ENV, FILE_TAG, OPTION, SAMP, KBD, URL, KEY,
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 1 /* Generate pattern matching and transform code shared between
2 GENERIC and GIMPLE folding code from match-and-simplify description.
58 location_t instances, and relies on the client code
359 #define DEF_INTERNAL_FN(CODE, FLAGS, FNSPEC) IFN_##CODE,
370 #define DEF_INTERNAL_FN(CODE, FLAGS, FNSPEC) \
371 CFN_##CODE = int (END_BUILTINS) + int (IFN_##CODE),
379 /* Return true if CODE represents a commutative tree code. Otherwis
519 enum tree_code code; member in class:operator_id
904 vec<cpp_token> code; member in class:c_expr
4718 vec<cpp_token> code = vNULL; local
    [all...]
genrecog.cc 1 /* Generate code from machine description to recognize rtl as insns.
27 recog returns a nonnegative number which is the insn code number
77 code, or integer (usually an UNSPEC or UNSPEC_VOLATILE code).
85 we can split the associated matching code out into a subroutine.
96 insn-recog.cc code and to reduce the amount of object code in
105 5. Write out C++ code for each function. */
139 debugging the generated code. */
355 RTX_CODE code;
353 RTX_CODE code; local
409 RTX_CODE code; local
507 RTX_CODE code; local
977 int code; member in struct:acceptance_type::__anon13719::__anon13720
1242 rtx_test::code (position *pos) function in class:rtx_test
3919 enum rtx_code code = GET_CODE (pattern); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 1 /* Generate code from machine description to recognize rtl as insns.
27 recog returns a nonnegative number which is the insn code number
77 code, or integer (usually an UNSPEC or UNSPEC_VOLATILE code).
85 we can split the associated matching code out into a subroutine.
96 insn-recog.cc code and to reduce the amount of object code in
105 5. Write out C++ code for each function. */
139 debugging the generated code. */
355 RTX_CODE code;
353 RTX_CODE code; local
409 RTX_CODE code; local
507 RTX_CODE code; local
977 int code; member in struct:acceptance_type::__anon16149::__anon16150
1242 rtx_test::code (position *pos) function in class:rtx_test
3919 enum rtx_code code = GET_CODE (pattern); local
    [all...]
genmatch.cc 1 /* Generate pattern matching and transform code shared between
2 GENERIC and GIMPLE folding code from match-and-simplify description.
56 location_t instances, and relies on the client code
237 #define DEF_INTERNAL_FN(CODE, FLAGS, FNSPEC) IFN_##CODE,
248 #define DEF_INTERNAL_FN(CODE, FLAGS, FNSPEC) \
249 CFN_##CODE = int (END_BUILTINS) + int (IFN_##CODE),
257 /* Return true if CODE represents a commutative tree code. Otherwis
397 enum tree_code code; member in class:operator_id
754 vec<cpp_token> code; member in class:c_expr
4485 vec<cpp_token> code = vNULL; local
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 11 * This Source Code Form is subject to the terms of the Mozilla Public
33 * They have been left in place to avoid disturbing the code.
191 CODE = 388,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 33 * They have been left in place to avoid disturbing the code.
195 CODE = 388,

Completed in 33 milliseconds