Searched refs:type_code (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dpdp11.c2067 int type_code = aout_symbol(symbol)->type & 0xff;
2068 const char *stab_name = bfd_get_stab_name (type_code);
2073 sprintf(buf, "(%d)", type_code);
2077 ret->stab_type = type_code;
2060 int type_code = aout_symbol(symbol)->type & 0xff; local
H A Daoutx.h2470 int type_code = aout_symbol (symbol)->type & 0xff;
2471 const char *stab_name = bfd_get_stab_name (type_code);
2476 sprintf (buf, "(%d)", type_code);
2480 ret->stab_type = type_code;
/haiku-buildtools/binutils/bfd/
H A Dpdp11.c2069 int type_code = aout_symbol(symbol)->type & 0xff;
2070 const char *stab_name = bfd_get_stab_name (type_code);
2075 sprintf(buf, "(%d)", type_code);
2079 ret->stab_type = type_code;
2062 int type_code = aout_symbol(symbol)->type & 0xff; local
H A Daoutx.h2549 int type_code = aout_symbol (symbol)->type & 0xff;
2550 const char *stab_name = bfd_get_stab_name (type_code);
2555 sprintf (buf, "(%d)", type_code);
2559 ret->stab_type = type_code;
2542 int type_code = aout_symbol (symbol)->type & 0xff; local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-write.c2366 int type_code = TREE_INT_CST_LOW (TREE_VALUE (x));
2371 OP1 (type_code);
2362 int type_code = TREE_INT_CST_LOW (TREE_VALUE (x)); local
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c5094 enum tree_code type_code = TREE_CODE (type);
5098 if (type_code == FUNCTION_TYPE)
5123 else if (type_code == VOID_TYPE || type_code == ERROR_MARK)
5125 if (type_code == VOID_TYPE
5134 && (!c_dialect_cxx () || is_sizeof || type_code != ARRAY_TYPE))
5141 else if (c_dialect_cxx () && type_code == ARRAY_TYPE
5082 enum tree_code type_code = TREE_CODE (type); local

Completed in 231 milliseconds