Home | History | Annotate | Download | only in ld

Lines Matching refs:symbols

42   struct ld_plugin_symbol *symbols;
47 /* Types of things that can be added at all symbols read time. */
155 /* Record it as active for receiving symbols to register. */
183 doing so is not meaningful when calling the add symbols hook. */
255 /* Can't add symbols except as belonging to claimed files. */
269 last_claimfile->symbols = realloc (last_claimfile->symbols,
270 new_n_syms * sizeof *last_claimfile->symbols);
271 if (!last_claimfile->symbols)
275 last_claimfile->symbols[last_claimfile->n_syms_used++] = sym;
539 /* If we decided to claim it, record that fact, and add any symbols
550 claimfile->n_syms_used, claimfile->symbols);
575 TV_MESSAGE (LDPL_INFO, "hook called: all symbols read.");
585 claimfile->symbols);
590 claimfile->symbols[n].name,
591 claimfile->symbols[n].version ? "@" : "",
592 (claimfile->symbols[n].version
593 ? claimfile->symbols[n].version : ""),
594 resolutions[claimfile->symbols[n].resolution]);