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

  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 1388 char *exported_name = xstrdup (c + lead_at); local
1389 char *atsym = strchr (exported_name, '@');
1393 def_exports (exported_name, c, -1, 0, 0, 0, 0, NULL);
1439 char *exported_name = xstrdup (symbol_name + lead_at); local
1440 char *atsym = strchr (exported_name, '@');
1444 def_exports (exported_name, symbol_name,
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 1388 char *exported_name = xstrdup (c + lead_at); local
1389 char *atsym = strchr (exported_name, '@');
1393 def_exports (exported_name, c, -1, 0, 0, 0, 0, NULL);
1438 char *exported_name = xstrdup (symbol_name + lead_at); local
1439 char *atsym = strchr (exported_name, '@');
1443 def_exports (exported_name, symbol_name,

Completed in 24 milliseconds