Lines Matching defs:othersym
73 const char * othersym;
909 "indirect-function, unique-object, before=<othersym>");
1506 /* 'othersym' symbols are at the front of the list. */
1509 if (!ptr->othersym)
1511 if (ptr->othersym == empty_name)
1513 else if (strcmp (ptr->othersym, sym) == 0)
1515 free ((char *) ptr->othersym);
1516 ptr->othersym = empty_name;
1759 if (ptr->othersym)
1761 if (ptr->othersym != empty_name)
1762 fatal (_("'before=%s' not found"), ptr->othersym);
5591 newsym->othersym = NULL;
5593 newsym->flags = parse_symflags (t+1, &newsym->othersym);
5597 /* Keep 'othersym' symbols at the front of the list. */
5598 if (newsym->othersym)