HomeSort by: relevance | last modified time | path
    Searched refs:CODE (Results 1 - 25 of 283) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/gcc/
gstab.h 22 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
xcoffout.h 42 /* For static variables, output code to define the start of a static block. */
44 #define DBX_STATIC_BLOCK_START(ASMFILE,CODE) \
46 if ((CODE) == N_STSYM) \
48 else if ((CODE) == N_LCSYM) \
52 /* For static variables, output code to define the end of a static block. */
54 #define DBX_STATIC_BLOCK_END(ASMFILE,CODE) \
56 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \
75 order to refer to the function code, not its descriptor. */
    [all...]
  /src/external/gpl3/binutils/dist/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /src/external/gpl3/binutils.old/dist/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /src/external/gpl3/gdb.old/dist/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /src/external/gpl3/gdb/dist/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /src/external/gpl3/binutils/dist/bfd/
stab-syms.c 31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
55 Get the name of a stabs type code.
59 bfd_get_stab_name (int code)
61 switch (code)
  /src/external/gpl3/binutils.old/dist/bfd/
stab-syms.c 31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
55 Get the name of a stabs type code.
59 bfd_get_stab_name (int code)
61 switch (code)
  /src/external/gpl3/gdb.old/dist/bfd/
stab-syms.c 31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
55 Get the name of a stabs type code.
59 bfd_get_stab_name (int code)
61 switch (code)
  /src/external/gpl3/gdb/dist/bfd/
stab-syms.c 31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
55 Get the name of a stabs type code.
59 bfd_get_stab_name (int code)
61 switch (code)
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc-arch.h 30 #define ARC_OPT(NAME, CODE, MASK, DOC) NAME = CODE,
31 #define ARC_OPTX(NAME, CODE, VAR, VAL, DOC0, DOC1) NAME = CODE,
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc-arch.h 30 #define ARC_OPT(NAME, CODE, MASK, DOC) NAME = CODE,
31 #define ARC_OPTX(NAME, CODE, VAR, VAL, DOC0, DOC1) NAME = CODE,
  /src/sys/arch/hppa/stand/boot/
ld.script 18 *($CODE$)
  /src/sys/arch/hppa/stand/cdboot/
ld.script 18 *($CODE$)
  /src/external/gpl3/gcc/dist/gcc/config/mn10300/
linux.h 50 #define PRINT_OPERAND(FILE, X, CODE) \
54 mn10300_print_operand ((FILE), (X), (CODE)); \
  /src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
linux.h 50 #define PRINT_OPERAND(FILE, X, CODE) \
54 mn10300_print_operand ((FILE), (X), (CODE)); \
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h 51 #define HANDLE_MDMP_STREAM_TYPE(CODE, NAME) NAME = CODE,
87 #define HANDLE_MDMP_PROTECT(CODE, NAME, NATIVENAME) NAME = CODE,
93 #define HANDLE_MDMP_MEMSTATE(CODE, NAME, NATIVENAME) NAME = CODE,
99 #define HANDLE_MDMP_MEMTYPE(CODE, NAME, NATIVENAME) NAME = CODE,
129 #define HANDLE_MDMP_ARCH(CODE, NAME) NAME = CODE,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-trait.def 21 /* Add a DEFTRAIT_EXPR (CODE, NAME, N) line to this file to define an
22 expression-yielding built-in trait that has internal code name CODE, is
28 /* Add a DEFTRAIT_TYPE (CODE, NAME, N) line to this file to define a
35 #define DEFTRAIT_EXPR(CODE, NAME, ARITY) DEFTRAIT(tcc_expression, CODE, NAME, ARITY)
36 #define DEFTRAIT_TYPE(CODE, NAME, ARITY) DEFTRAIT(tcc_type, CODE, NAME, ARITY)
42 #define DEFTRAIT_EXPR(CODE, NAME, ARITY)
47 #define DEFTRAIT_TYPE(CODE, NAME, ARITY
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
h8300.h 240 struct code struct
266 struct code data;
474 #define MOVFROM_STD(CODE, PREFIX, NAME, SRC, SRC_INFIX) \
475 {CODE, AV_H8SX, 0, NAME, {{SRC, RDIND, E}}, {{PREFIX, SRC_INFIX, TO_IND_MOV, E}}}, \
476 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTINC, E}}, {{PREFIX, SRC_INFIX, TO_POSTINC_MOV, E}}}, \
477 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTDEC, E}}, {{PREFIX, SRC_INFIX, TO_POSTDEC_MOV, E}}}, \
478 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREINC, E}}, {{PREFIX, SRC_INFIX, TO_PREINC_MOV, E}}}, \
479 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREDEC, E}}, {{PREFIX, SRC_INFIX, TO_PREDEC_MOV, E}}}, \
480 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP2_MOV, E}}}, \
481 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP16DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP16, DSTDISP16LIST, E}}},
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
h8300.h 240 struct code struct
266 struct code data;
474 #define MOVFROM_STD(CODE, PREFIX, NAME, SRC, SRC_INFIX) \
475 {CODE, AV_H8SX, 0, NAME, {{SRC, RDIND, E}}, {{PREFIX, SRC_INFIX, TO_IND_MOV, E}}}, \
476 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTINC, E}}, {{PREFIX, SRC_INFIX, TO_POSTINC_MOV, E}}}, \
477 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTDEC, E}}, {{PREFIX, SRC_INFIX, TO_POSTDEC_MOV, E}}}, \
478 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREINC, E}}, {{PREFIX, SRC_INFIX, TO_PREINC_MOV, E}}}, \
479 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREDEC, E}}, {{PREFIX, SRC_INFIX, TO_PREDEC_MOV, E}}}, \
480 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP2_MOV, E}}}, \
481 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP16DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP16, DSTDISP16LIST, E}}},
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
h8300.h 240 struct code struct
266 struct code data;
474 #define MOVFROM_STD(CODE, PREFIX, NAME, SRC, SRC_INFIX) \
475 {CODE, AV_H8SX, 0, NAME, {{SRC, RDIND, E}}, {{PREFIX, SRC_INFIX, TO_IND_MOV, E}}}, \
476 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTINC, E}}, {{PREFIX, SRC_INFIX, TO_POSTINC_MOV, E}}}, \
477 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTDEC, E}}, {{PREFIX, SRC_INFIX, TO_POSTDEC_MOV, E}}}, \
478 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREINC, E}}, {{PREFIX, SRC_INFIX, TO_PREINC_MOV, E}}}, \
479 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREDEC, E}}, {{PREFIX, SRC_INFIX, TO_PREDEC_MOV, E}}}, \
480 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP2_MOV, E}}}, \
481 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP16DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP16, DSTDISP16LIST, E}}},
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
h8300.h 240 struct code struct
266 struct code data;
474 #define MOVFROM_STD(CODE, PREFIX, NAME, SRC, SRC_INFIX) \
475 {CODE, AV_H8SX, 0, NAME, {{SRC, RDIND, E}}, {{PREFIX, SRC_INFIX, TO_IND_MOV, E}}}, \
476 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTINC, E}}, {{PREFIX, SRC_INFIX, TO_POSTINC_MOV, E}}}, \
477 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTDEC, E}}, {{PREFIX, SRC_INFIX, TO_POSTDEC_MOV, E}}}, \
478 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREINC, E}}, {{PREFIX, SRC_INFIX, TO_PREINC_MOV, E}}}, \
479 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREDEC, E}}, {{PREFIX, SRC_INFIX, TO_PREDEC_MOV, E}}}, \
480 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP2_MOV, E}}}, \
481 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP16DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP16, DSTDISP16LIST, E}}},
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.h 22 for both the MOTOROLA and MIT code paths. We do rely on the host compiler
67 m68060, even though it generates pure 68020 code. */ \
511 /* Output assembler code for a block containing the constant parts
520 the m68k trampoline code attempted to get around this by either
522 the fact remains that the code to jump to the transfer function
523 or the code to load the pc-relative data needs to be flushed
534 /* Targets redefine this to invoke code to either flush the cache,
542 compatibility, for linking with object code that used the old trampoline
619 in code for printing assembler insns and in conditions for
761 /* Select a format to encode pointers in exception handling data. CODE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.h 22 for both the MOTOROLA and MIT code paths. We do rely on the host compiler
67 m68060, even though it generates pure 68020 code. */ \
511 /* Output assembler code for a block containing the constant parts
520 the m68k trampoline code attempted to get around this by either
522 the fact remains that the code to jump to the transfer function
523 or the code to load the pc-relative data needs to be flushed
534 /* Targets redefine this to invoke code to either flush the cache,
542 compatibility, for linking with object code that used the old trampoline
619 in code for printing assembler insns and in conditions for
761 /* Select a format to encode pointers in exception handling data. CODE
    [all...]
  /src/external/bsd/nsd/dist/
edns.h 20 #define NSID_CODE 3 /* nsid option code */
21 #define COOKIE_CODE 10 /* COOKIE option code */
22 #define EDE_CODE 15 /* Extended DNS Errors option code */
23 #define ZONEVERSION_CODE 19 /* ZONEVERSION option code */
88 #define ASSIGN_EDE_CODE_AND_STRING_LITERAL(EDE, CODE, LITERAL) \
90 EDE = (CODE); \

Completed in 72 milliseconds

1 2 3 4 5 6 7 8 91011>>