Home | History | Annotate | Download | only in gas

Lines Matching refs:indx

908   symint_t	 indx;		/* index within string table */
930 symint_t indx; /* index within string table */
1421 symint_t indx);
1430 static void add_file (const char *file_name, int indx, int fake);
1581 hash_ptr->indx = vp->num_allocated;
1599 return hash_ptr->indx;
1612 symint_t indx /* index to local/aux. syms */)
1651 psym->ecoff_sym.asym.index = indx;
1928 return hash_ptr->indx;
1935 hash_ptr->indx = vp->num_allocated;
2199 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake)
2830 symint_t indx;
2901 indx = 0;
2903 indx = cur_file_ptr->void_type;
2927 indx = add_aux_sym_tir (&coff_type,
2966 can be distinguished by indx == indexNil. For enumerations,
2982 indx);
3140 int indx;
3151 indx = (int) get_absolute_expression ();
3156 add_file (name, indx - 1, 0);
3465 symint_t indx;
3532 indx = desc;
3584 indx = ECOFF_MARK_STAB (type);
3593 (void) add_ecoff_symbol (string, st, sc, sym, addend, value, indx);
3997 symint_t indx;
4038 indx = sym_ptr->ecoff_sym.asym.index;
4042 || ((ECOFF_UNMARK_STAB (indx) != N_LBRAC)
4043 && (ECOFF_UNMARK_STAB (indx) != N_RBRAC))))