Lines Matching full:ldsym
285 const struct ld_plugin_symbol *ldsym)
291 asym->name = (ldsym->version
292 ? concat (ldsym->name, "@", ldsym->version, (const char *) NULL)
293 : ldsym->name);
295 switch (ldsym->def)
302 if (ldsym->comdat_key)
304 char *name = concat (".gnu.linkonce.t.", ldsym->comdat_key,
335 asym->value = ldsym->size;
358 switch (ldsym->visibility)
362 ldsym->visibility);