Home | History | Annotate | Download | only in gas

Lines Matching refs:symbol

74  * Build a string dictionary entry for a .stabX symbol.
75 * The symbol is added to the .<secname>str section.
142 /* Put the stab information in the symbol table. */
143 symbolS *symbol;
145 /* Create the symbol now, but only insert it into the symbol chain
147 symbol chain. This is to avoid "continuation symbols" (where one
150 symbol = symbol_create (string, undefined_section, 0,
155 pseudo_set (symbol);
160 S_SET_NAME (symbol, NULL);
161 symbol_set_frag (symbol, frag_now);
162 S_SET_VALUE (symbol, (valueT) frag_now_fix ());
165 symbol_append (symbol, symbol_lastP, &symbol_rootP, &symbol_lastP);
167 symbol_get_bfdsym (symbol)->flags |= BSF_DEBUGGING;
169 S_SET_TYPE (symbol, type);
170 S_SET_OTHER (symbol, other);
171 S_SET_DESC (symbol, desc);
366 symbolS *symbol;
370 symbol = symbol_temp_new (saved_seg, dot, saved_frag);
373 exp.X_add_symbol = symbol;
448 /* Frob invented at RMS' request. Set the n_desc of a symbol. */
538 doubled up backslashes), the symbol name, and the other characters