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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c85 static int is_leading_underscore = -1; variable
750 is_leading_underscore = 0;
753 is_leading_underscore = 1;
858 if (is_leading_underscore == -1)
859 is_leading_underscore = (which_cpu != X64_CPU && which_cpu != ARM_CPU);
905 if (is_leading_underscore == 0)
907 else if (is_leading_underscore == 1)
912 const char *prefix = (is_leading_underscore != 0 ? "_" : "");

Completed in 50 milliseconds