Searched refs:lead_at (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c1300 int lead_at = (*c == '@') ; local
1301 char *exported_name = xstrdup (c + lead_at);
1348 int lead_at = (*symbol_name == '@'); local
1349 char *exported_name = xstrdup (symbol_name + lead_at);
2048 int lead_at = (*name == '@'); local
2050 if (!lead_at && (add_underscore
2065 name += lead_at;

Completed in 119 milliseconds