Lines Matching refs:symbols
844 * to only include the matching symbols (but include
845 * all if we are adding latent symbols) to allow
852 /* If we are adding those symbols just for
874 * want to add such symbol once. The only way that those symbols
912 * should be well enough for the number of symbols that we
915 struct unique_symbol *symbols = malloc(sizeof(*symbols) * count);
916 if (symbols == NULL) {
917 fprintf(stderr, "couldn't insert symbols for -x: %s\n",
1058 = lsearch(&key, symbols, &num_symbols,
1059 sizeof *symbols, &unique_symbol_cmp);
1081 /* Now we do the union of this set of unique symbols with
1084 struct library_symbol *this_sym = symbols[i].libsym;
1092 symbols[i].libsym = NULL;
1097 if (symbols[i].libsym != NULL)
1098 library_add_symbol(lib, symbols[i].libsym);
1100 free(symbols);
1116 /* Check whether we want to trace symbols implemented by this
1242 * they requested tracing exported symbols (-l).