• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

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
1182 table. */
1203 Symbol-table, mmo section mapping, File layout, mmo
1205 Symbol table format
1216 character in the trie. There also is a pointer to a symbol table
2064 /* Return the amount of memory needed to read the symbol table. */
2086 /* Then sort by address of the table entries. */
2090 /* Translate the symbol table. */
2106 /* First we store the symbols into the table we'll return, then we
2192 /* Last, overwrite the incoming table with the right-type entries. */
2462 mmo section mapping, , Symbol-table, mmo
2651 (_("%s: invalid symbol table: duplicate symbol `%s'\n"),
2831 asymbol **table;
2856 table = bfd_alloc (abfd, (count + 1) * sizeof (asymbol *));
2857 if (table == NULL)
2860 memcpy (table, orig_table, count * sizeof (asymbol *));
2868 if (table[i] != NULL
2869 && strcmp (table[i]->name, MMIX_START_SYMBOL_NAME) == 0
2870 && (table[i]->flags & (BSF_DEBUGGING|BSF_GLOBAL)) == BSF_GLOBAL)
2872 asymbol *mainsym = table[i];
2873 memcpy (table + 1, orig_table, i * sizeof (asymbol *));
2874 table[0] = mainsym;
2906 memcpy (table + 1, orig_table, count * sizeof (asymbol *));
2907 table[0] = fakemain;
2911 for (i = 0, serno = 1; i < count && table[i] != NULL; i++)
2913 asymbol *s = table[i];
2973 /* We have to find out if we can fit the whole symbol table in the mmo
2986 (_("%s: warning: symbol table too large for mmo, larger than 65535"
2996 /* Then patch up a symbol table to be just the ":Main" symbol. */
3031 (_("%s: internal error, symbol table changed size from %d to %d"
3244 it has no relocs. Upper bound for the size of the relocation table is