HomeSort by: relevance | last modified time | path
    Searched defs:othersym (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 72 const char * othersym;
918 "indirect-function, unique-object, before=<othersym>");
1515 /* 'othersym' symbols are at the front of the list. */
1518 if (!ptr->othersym)
1520 if (ptr->othersym == empty_name)
1522 else if (strcmp (ptr->othersym, sym) == 0)
1524 free ((char *) ptr->othersym);
1525 ptr->othersym = empty_name;
1768 if (ptr->othersym)
1770 if (ptr->othersym != empty_name
71 const char * othersym; member in struct:addsym_node
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 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
72 const char * othersym; member in struct:addsym_node
    [all...]

Completed in 17 milliseconds