Lines Matching defs:table

42 @c We want to xref the symbol table node.  A feature in "chew"
44 @c arguments. Hence the hyphen in "Symbol-table".
47 @* Symbol-table::
52 File layout, Symbol-table, mmo, mmo
80 @table @code
156 (@pxref{Symbol-table}).
161 number of 32-bit words of symbol table information after the
163 @end table
191 | 0x203a4040 @xref{Symbol-table}.
196 | 0x980c0005 - lop_end; symbol table contained five 32-bit words. */
257 structures is built to represent the symbol table (if there is
307 /* Max symbol length that may appear in the lop_stab table. Note that
308 this table might just hold a subset of symbols for not-really large
1282 table. */
1304 Symbol-table, mmo section mapping, File layout, mmo
1306 Symbol table format
1317 character in the trie. There also is a pointer to a symbol table
2171 /* Return the amount of memory needed to read the symbol table. */
2196 /* Then sort by address of the table entries. */
2200 /* Translate the symbol table. */
2218 /* First we store the symbols into the table we'll return, then we
2285 /* Last, overwrite the incoming table with the right-type entries. */
2494 mmo section mapping, , Symbol-table, mmo
2698 (_("%s: invalid symbol table: duplicate symbol `%s'\n"),
2886 asymbol **table;
2911 table = bfd_alloc (abfd, (count + 1) * sizeof (asymbol *));
2912 if (table == NULL)
2915 memcpy (table, orig_table, count * sizeof (asymbol *));
2923 if (table[i] != NULL
2924 && strcmp (table[i]->name, MMIX_START_SYMBOL_NAME) == 0
2925 && (table[i]->flags & (BSF_DEBUGGING|BSF_GLOBAL)) == BSF_GLOBAL)
2927 asymbol *mainsym = table[i];
2928 memcpy (table + 1, orig_table, i * sizeof (asymbol *));
2929 table[0] = mainsym;
2961 memcpy (table + 1, orig_table, count * sizeof (asymbol *));
2962 table[0] = fakemain;
2966 for (i = 0, serno = 1; i < count && table[i] != NULL; i++)
2968 asymbol *s = table[i];
3026 /* We have to find out if we can fit the whole symbol table in the mmo
3039 (_("%s: warning: symbol table too large for mmo, larger than 65535\
3049 /* Then patch up a symbol table to be just the ":Main" symbol. */
3084 (_("%s: internal error, symbol table changed size from %d to %d\
3298 it has no relocs. Upper bound for the size of the relocation table is