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

  /src/sys/sys/
dvdio.h 200 uint8_t type_code : 2; member in struct:__anon7550
  /src/external/gpl3/binutils/dist/bfd/
aoutx.h 2538 int type_code = aout_symbol (symbol)->type & 0xff;
2539 const char *stab_name = bfd_get_stab_name (type_code);
2544 sprintf (buf, "(%d)", type_code);
2548 ret->stab_type = type_code;
2531 int type_code = aout_symbol (symbol)->type & 0xff; local
pdp11.c 2175 int type_code = aout_symbol(symbol)->type & 0xff;
2176 const char *stab_name = bfd_get_stab_name (type_code);
2181 sprintf(buf, "(%d)", type_code);
2185 ret->stab_type = type_code;
2168 int type_code = aout_symbol(symbol)->type & 0xff; local
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 1249 int type_code; member in struct:__anon10233
1261 efmt[i].type_code = debug_lineSec->GetULEB128 ();
1264 DwrCU::lnct2str (efmt[i].type_code),
1280 switch (efmt[k].type_code)
  /src/external/gpl3/binutils.old/dist/bfd/
aoutx.h 2538 int type_code = aout_symbol (symbol)->type & 0xff;
2539 const char *stab_name = bfd_get_stab_name (type_code);
2544 sprintf (buf, "(%d)", type_code);
2548 ret->stab_type = type_code;
2531 int type_code = aout_symbol (symbol)->type & 0xff; local
pdp11.c 2175 int type_code = aout_symbol(symbol)->type & 0xff;
2176 const char *stab_name = bfd_get_stab_name (type_code);
2181 sprintf(buf, "(%d)", type_code);
2185 ret->stab_type = type_code;
2168 int type_code = aout_symbol(symbol)->type & 0xff; local
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 1249 int type_code; member in struct:__anon11706
1261 efmt[i].type_code = debug_lineSec->GetULEB128 ();
1264 DwrCU::lnct2str (efmt[i].type_code),
1280 switch (efmt[k].type_code)
  /src/external/gpl3/gdb/dist/bfd/
aoutx.h 2538 int type_code = aout_symbol (symbol)->type & 0xff;
2539 const char *stab_name = bfd_get_stab_name (type_code);
2544 sprintf (buf, "(%d)", type_code);
2548 ret->stab_type = type_code;
2531 int type_code = aout_symbol (symbol)->type & 0xff; local
pdp11.c 2175 int type_code = aout_symbol(symbol)->type & 0xff;
2176 const char *stab_name = bfd_get_stab_name (type_code);
2181 sprintf(buf, "(%d)", type_code);
2185 ret->stab_type = type_code;
2168 int type_code = aout_symbol(symbol)->type & 0xff; local
  /src/external/gpl3/gdb/dist/gdb/python/
py-value.c 313 valpy_reference_value (PyObject *self, PyObject *args, enum type_code refcode)
961 enum type_code type_code; local
984 type_code = val_type->code ();
985 if ((type_code == TYPE_CODE_STRUCT || type_code == TYPE_CODE_UNION)
  /src/external/gpl3/gdb.old/dist/bfd/
aoutx.h 2546 int type_code = aout_symbol (symbol)->type & 0xff;
2547 const char *stab_name = bfd_get_stab_name (type_code);
2552 sprintf (buf, "(%d)", type_code);
2556 ret->stab_type = type_code;
2539 int type_code = aout_symbol (symbol)->type & 0xff; local
pdp11.c 2182 int type_code = aout_symbol(symbol)->type & 0xff;
2183 const char *stab_name = bfd_get_stab_name (type_code);
2188 sprintf(buf, "(%d)", type_code);
2192 ret->stab_type = type_code;
2175 int type_code = aout_symbol(symbol)->type & 0xff; local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-value.c 312 valpy_reference_value (PyObject *self, PyObject *args, enum type_code refcode)
968 enum type_code type_code; local
991 type_code = val_type->code ();
992 if ((type_code == TYPE_CODE_STRUCT || type_code == TYPE_CODE_UNION)
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 232 static int cross_ref (int, union aux_ext *, struct type **, enum type_code,
838 enum type_code type_code;
845 type_code = TYPE_CODE_STRUCT;
849 type_code = TYPE_CODE_UNION;
853 type_code = TYPE_CODE_ENUM;
860 type_code = TYPE_CODE_UNDEF; /* We have a type. */
863 unknown-type blocks of info about structured data. `type_code'
864 has been set to the proper TYPE_CODE, if we know it. */
908 if (nfields == 0 && type_code == TYPE_CODE_UNDEF
831 enum type_code type_code; local
1520 enum type_code type_code = TYPE_CODE_UNDEF; local
2681 int type_code; local
3944 int type_code = ECOFF_UNMARK_STAB (sh.index); local
    [all...]
gdbtypes.h 37 The available type codes are defined in enum #type_code. The enum
42 #TYPE_CODE(thistype) and #TYPE_FN_FIELD_CONST(thisfn, n). These are
66 enum type_code enum
880 ENUM_BITFIELD(type_code) code : 8;
1018 type_code code () const
1024 void set_code (type_code code)
1396 The TYPE_CODE of the type returned is guaranteed to be
2315 type *new_type (enum type_code code, int bit, const char *name);
2401 const char *name, enum type_code code);
2425 extern struct type *lookup_reference_type (struct type *, enum type_code);
    [all...]
stabsread.c 167 enum type_code,
4043 enum type_code code;
4472 enum type_code type_code = TYPE_CODE_UNDEF;
4477 type_code = TYPE_CODE_STRUCT;
4480 type_code = TYPE_CODE_UNION;
4483 type = read_struct_type (pp, type, type_code, objfile);
5879 read_struct_type (const char **pp, struct type *type, enum type_code type_code,
5905 type->set_code (type_code);
4468 enum type_code type_code = TYPE_CODE_UNDEF; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 232 static int cross_ref (int, union aux_ext *, struct type **, enum type_code,
838 enum type_code type_code;
845 type_code = TYPE_CODE_STRUCT;
849 type_code = TYPE_CODE_UNION;
853 type_code = TYPE_CODE_ENUM;
860 type_code = TYPE_CODE_UNDEF; /* We have a type. */
863 unknown-type blocks of info about structured data. `type_code'
864 has been set to the proper TYPE_CODE, if we know it. */
908 if (nfields == 0 && type_code == TYPE_CODE_UNDEF
831 enum type_code type_code; local
1520 enum type_code type_code = TYPE_CODE_UNDEF; local
2681 int type_code; local
3944 int type_code = ECOFF_UNMARK_STAB (sh.index); local
    [all...]
stabsread.c 144 enum type_code,
1558 enum type_code code;
1987 enum type_code type_code = TYPE_CODE_UNDEF;
1992 type_code = TYPE_CODE_STRUCT;
1995 type_code = TYPE_CODE_UNION;
1998 type = read_struct_type (pp, type, type_code, objfile);
3394 read_struct_type (const char **pp, struct type *type, enum type_code type_code,
3420 type->set_code (type_code);
1983 enum type_code type_code = TYPE_CODE_UNDEF; local
    [all...]
gdbtypes.h 38 The available type codes are defined in enum #type_code. The enum
43 #TYPE_CODE(thistype) and #TYPE_FN_FIELD_CONST(thisfn, n). These are
72 enum type_code enum
886 ENUM_BITFIELD(type_code) code : 8;
1024 type_code code () const
1030 void set_code (type_code code)
1402 The TYPE_CODE of the type returned is guaranteed to be
2321 type *new_type (enum type_code code, int bit, const char *name);
2407 const char *name, enum type_code code);
2431 extern struct type *lookup_reference_type (struct type *, enum type_code);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 3942 enum tree_code type_code = TREE_CODE (type);
3946 if (type_code == FUNCTION_TYPE)
3971 else if (type_code == VOID_TYPE || type_code == ERROR_MARK)
3973 if (type_code == VOID_TYPE
3982 && (!c_dialect_cxx () || is_sizeof || type_code != ARRAY_TYPE))
3989 else if (c_dialect_cxx () && type_code == ARRAY_TYPE
3931 enum tree_code type_code = TREE_CODE (type); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 3879 enum tree_code type_code = TREE_CODE (type);
3883 if (type_code == FUNCTION_TYPE)
3908 else if (type_code == VOID_TYPE || type_code == ERROR_MARK)
3910 if (type_code == VOID_TYPE
3919 && (!c_dialect_cxx () || is_sizeof || type_code != ARRAY_TYPE))
3926 else if (c_dialect_cxx () && type_code == ARRAY_TYPE
3868 enum tree_code type_code = TREE_CODE (type); local

Completed in 85 milliseconds