Home | History | Annotate | Download | only in binutils

Lines Matching refs:EXECUTABLE_SUFFIX

174    string contains a '/', try appending EXECUTABLE_SUFFIX if it is
186 + strlen (EXECUTABLE_SUFFIX)
199 || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
233 If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each
234 name, it'll try without and then with EXECUTABLE_SUFFIX.