Lines Matching defs:symbol

905 		einfo (_("%P: %B: warning: ignoring duplicate `%s' section symbol `%s'\n"),
926 section. Since there might be a symbol in the section
1931 /* Add a symbol to a hash of symbols used in DEFINED (NAME) expressions. */
1937 einfo (_("%P%F: bfd_hash_lookup failed creating symbol %s\n"), name);
1955 einfo (_("%P%F: bfd_hash_allocate failed creating symbol %s\n"), name);
1962 value of -1 means that the symbol is not defined in the linker script
1963 or the command line, but may be defined in the linker symbol table. */
1994 /* If the symbol was already defined, and not from an earlier statement
1996 make the symbol seem defined in the linker script at this point, and
2010 /* Add the supplied name to the symbol table as an undefined reference.
2011 This is a two step process as the symbol table doesn't even exist at
2014 name to the symbol table. */
2035 /* Insert NAME as undefined in the symbol table. */
3499 operator .startof. (section_name), it produces an undefined symbol
3501 .sizeof. (section_name), it produces an undefined symbol
3587 /* We couldn't find the entry symbol. Try parsing it as a
3599 /* Can't find the entry symbol, and it's not a number. Use
3605 einfo (_("%P: warning: cannot find entry symbol %s; defaulting to %V\n"),
3616 einfo (_("%P: warning: cannot find entry symbol %s; not setting start address\n"),
3725 /* Place one common symbol in the correct section. */
3754 /* Change the symbol from common to defined. */
3777 minfo (_("Common symbol size file\n\n"));
4136 and the section containing the entry symbol. */
4370 /* Set the start symbol to NAME. CMDLINE is nonzero if this is called
4437 symbol to generate a reloc against. Exactly one of SECTION and
4546 /* Create an absolute symbol with the given name with the value of the
4549 If the symbol already exists, then do nothing. */
4577 /* Create an absolute symbol with the given name with the value of the
4580 If the symbol already exists, then do nothing. */
5003 /* If PREV is NULL, return first version pattern matching particular symbol.
5005 symbol after PREV (previously returned by lang_vers_match). */
5029 if (head->htab && (prev == NULL || prev->symbol))
5038 e.symbol = sym;
5040 while (expr && strcmp (expr->symbol, sym) == 0)
5050 e.symbol = cxx_sym;
5052 while (expr && strcmp (expr->symbol, cxx_sym) == 0)
5062 e.symbol = java_sym;
5064 while (expr && strcmp (expr->symbol, java_sym) == 0)
5077 if (prev == NULL || prev->symbol)
5108 return a string pointing to the symbol name. */
5115 char *s, *symbol = xmalloc (strlen (pattern) + 1);
5117 for (p = pattern, s = symbol; *p != '\0'; ++p)
5123 free (symbol);
5142 return symbol;
5146 free (symbol);
5165 ret->symbol = realsymbol (new);
5209 return htab_hash_string (e->symbol);
5218 return strcmp (e1->symbol, e2->symbol) == 0;
5230 if (e->symbol)
5244 if (!e->symbol)
5269 while (e1 && strcmp (e1->symbol, e->symbol) == 0);
5276 /* free (e->symbol); */
5339 if (t->locals.htab && e1->symbol)
5342 while (e2 && strcmp (e1->symbol, e2->symbol) == 0)
5346 e1->symbol);
5350 else if (!e1->symbol)
5364 if (t->globals.htab && e1->symbol)
5367 while (e2 && strcmp (e1->symbol, e2->symbol) == 0)
5371 e1->symbol);
5375 else if (!e1->symbol)