Lines Matching defs:symbols

96     belong symbols with name <sym>, if __imp_<sym> is found in implib), the
267 /* Don't re-export auto-imported symbols. */
270 /* Don't export symbols specifying internal DLL layout. */
340 defined, since we can't export symbols we don't have. */
431 /* Next, exclude symbols from certain startup objects. */
444 /* Don't try to blindly exclude all symbols
448 /* Then, exclude specific symbols. */
458 /* Next, exclude symbols starting with ... */
468 /* Finally, exclude symbols ending with ... */
538 asymbol **symbols;
542 symbols = xmalloc (symsize);
543 nsyms = bfd_canonicalize_symtab (b, symbols);
547 /* We should export symbols which are either global or not
549 We should not export undefined symbols. */
550 if (symbols[j]->section != &bfd_und_section
551 && ((symbols[j]->flags & BSF_GLOBAL)
552 || (symbols[j]->flags == BFD_FORT_COMM_DEFAULT_VALUE)))
554 const char *sn = symbols[j]->name;
577 p->flag_data = !(symbols[j]->flags & BSF_FUNCTION);
706 in fill_exported_offsets() after common symbols are laid
799 /* Gather all the exported symbols and build the .edata section. */
808 /* First, we need to know how many exported symbols there are,
1009 asymbol **symbols;
1013 symbols = xmalloc (symsize);
1014 nsyms = bfd_canonicalize_symtab (b, symbols);
1031 nrelocs = bfd_canonicalize_reloc (b, s, relocs, symbols);
1043 /* Warning: the allocated symbols are remembered in BFD and reused
1045 /* free (symbols); */
1083 asymbol **symbols;
1105 symbols = xmalloc (symsize);
1106 nsyms = bfd_canonicalize_symtab (b, symbols);
1110 nrelocs = bfd_canonicalize_reloc (b, s, relocs, symbols);
1179 /* Warning: the allocated symbols are remembered in BFD and
2583 /* Iterate through the list of symbols. */
2593 /* Skip unwanted symbols, which are