Lines Matching defs:symbols

49    stabs symbols are encapsulated in ECOFF symbols).  This should let
168 With the 1.31 compiler suite, the optimization symbols don't seem
177 external and local symbols/strings. The relocation information
180 external symbols can have links to an appropriate file index and
182 Because of this, the external symbols are actually larger than the
183 internal symbols (to contain the link information), and contain the
189 strings, local symbols, and procedure table starts from within the
306 Local symbols 0 6 72 436
308 Optimization symbols 0 0 0 0
310 Auxiliary symbols 0 14 56 628
313 There are 6 local symbols, starting at 436
395 Local symbols 6 10 120 508
397 Optimization symbols 0 0 0 0
399 Auxiliary symbols 14 25 100 684
402 There are 10 local symbols, starting at 442
494 There are 20 external symbols, starting at 1152
888 localsym_t *sym; /* file's local symbols */
948 varray_t symbols; /* local symbols */
950 varray_t aux_syms; /* auxiliary symbols */
964 0, /* isymBase: beginning of symbols */
965 0, /* csym: count file's of symbols */
966 0, /* ilineBase: file's line symbols */
967 0, /* cline: count of file's line symbols */
995 INIT_VARRAY (localsym_t), /* symbols: local symbols varray */
997 INIT_VARRAY (aux_t), /* aux_syms: auxiliary symbols varray */
1618 vp = &cur_file_ptr->symbols;
1955 references add 2 aux symbols: a [file index, symbol index]
2187 virtual arrays (strings, symbols, aux syms, etc.). Record
2253 numbers and symbols for each file, so that they can be merged
3599 /* Frob an ECOFF symbol. Small common symbols go into a special
3628 /* Double check weak symbols. */
3917 /* Build and swap out the symbols. */
3936 /* The symbols are stored by file. */
3958 for (sym_link = fil_ptr->symbols.first;
3967 sym_cnt = fil_ptr->symbols.objects_last_page;
3969 sym_cnt = fil_ptr->symbols.objects_per_page;
3995 other symbols we just use the gas value (but
4118 FIXME: g++ will generate symbols which have
4614 /* Set up the external symbols. These are supposed to be handled by
4684 /* Look through the symbols. Add debugging information for each
4746 /* We can't build the PDR table until we have built the symbols,
4756 /* Build the local symbols. */
4761 /* Building the symbols initializes the symbol index in the PDR's.
4765 /* We don't use optimization symbols. */
4788 /* Set up the external symbols, which are handled by the BFD back