Home
last modified time | relevance | path

Searched refs:exported_name (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Ddlltool.c1466 char *exported_name = xstrdup (c + lead_at); in scan_drectve_symbols() local
1467 char *atsym = strchr (exported_name, '@'); in scan_drectve_symbols()
1470 def_exports (exported_name, xstrdup (c), -1, 0, 0, 0, 0, NULL); in scan_drectve_symbols()
1514 char *exported_name = xstrdup (symbol_name + lead_at); in scan_filtered_symbols() local
1515 char *atsym = strchr (exported_name, '@'); in scan_filtered_symbols()
1518 def_exports (exported_name, xstrdup (symbol_name), -1, 0, 0, 0, 0, NULL); in scan_filtered_symbols()