Lines Matching defs:symbols

50    stabs symbols are encapsulated in ECOFF symbols).  This should let
169 With the 1.31 compiler suite, the optimization symbols don't seem
178 external and local symbols/strings. The relocation information
181 external symbols can have links to an appropriate file index and
183 Because of this, the external symbols are actually larger than the
184 internal symbols (to contain the link information), and contain the
190 strings, local symbols, and procedure table starts from within the
307 Local symbols 0 6 72 436
309 Optimization symbols 0 0 0 0
311 Auxiliary symbols 0 14 56 628
314 There are 6 local symbols, starting at 436
396 Local symbols 6 10 120 508
398 Optimization symbols 0 0 0 0
400 Auxiliary symbols 14 25 100 684
403 There are 10 local symbols, starting at 442
495 There are 20 external symbols, starting at 1152
889 localsym_t *sym; /* file's local symbols */
949 varray_t symbols; /* local symbols */
951 varray_t aux_syms; /* auxiliary symbols */
965 0, /* isymBase: beginning of symbols */
966 0, /* csym: count file's of symbols */
967 0, /* ilineBase: file's line symbols */
968 0, /* cline: count of file's line symbols */
996 INIT_VARRAY (localsym_t), /* symbols: local symbols varray */
998 INIT_VARRAY (aux_t), /* aux_syms: auxiliary symbols varray */
1619 vp = &cur_file_ptr->symbols;
1956 references add 2 aux symbols: a [file index, symbol index]
2188 virtual arrays (strings, symbols, aux syms, etc.). Record
2254 numbers and symbols for each file, so that they can be merged
3596 /* Frob an ECOFF symbol. Small common symbols go into a special
3625 /* Double check weak symbols. */
3916 /* Build and swap out the symbols. */
3935 /* The symbols are stored by file. */
3957 for (sym_link = fil_ptr->symbols.first;
3966 sym_cnt = fil_ptr->symbols.objects_last_page;
3968 sym_cnt = fil_ptr->symbols.objects_per_page;
3994 other symbols we just use the gas value (but
4117 FIXME: g++ will generate symbols which have
4613 /* Set up the external symbols. These are supposed to be handled by
4683 /* Look through the symbols. Add debugging information for each
4745 /* We can't build the PDR table until we have built the symbols,
4755 /* Build the local symbols. */
4760 /* Building the symbols initializes the symbol index in the PDR's.
4764 /* We don't use optimization symbols. */
4787 /* Set up the external symbols, which are handled by the BFD back