| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldlex.h | 39 extern const char *lex_string;
|
| H A D | ldmisc.c | 207 fprintf (fp, "--defsym %s", lex_string); in vfinfo()
|
| H A D | ldmain.c | 411 lex_string = s; in main() 416 lex_string = NULL; in main()
|
| H A D | lexsup.c | 661 lex_string = optarg; in parse_args() 667 lex_string = NULL; in parse_args()
|
| H A D | ldlex.l | 60 const char *lex_string = NULL; variable
|
| H A D | ChangeLog-9197 | 2879 * ldlex.h (lex_string): Declare. 2880 * ldlex.l (lex_string): Define. 2882 (parse_args): In OPTION_DEFSYM case, set lex_string before calling 2885 * ldmain.c (main): Set lex_string before calling lex_redirect, and
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldlex.h | 39 extern const char *lex_string;
|
| H A D | ldmisc.c | 234 fprintf (fp, "--defsym %s", lex_string); in vfinfo()
|
| H A D | ldmain.c | 419 lex_string = s; in main() 424 lex_string = NULL; in main()
|
| H A D | lexsup.c | 740 lex_string = optarg; in parse_args() 746 lex_string = NULL; in parse_args()
|
| H A D | ldlex.l | 55 const char *lex_string = NULL; variable
|
| H A D | ChangeLog-9197 | 2879 * ldlex.h (lex_string): Declare. 2880 * ldlex.l (lex_string): Define. 2882 (parse_args): In OPTION_DEFSYM case, set lex_string before calling 2885 * ldmain.c (main): Set lex_string before calling lex_redirect, and
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-lex.c | 68 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool); 404 type = lex_string (tok, value, true); in c_lex_with_flags() 459 type = lex_string (tok, value, false); in c_lex_with_flags() 722 lex_string (const cpp_token *tok, tree *valp, bool objc_string) in lex_string() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-lex.c | 79 static tree lex_string PARAMS ((const unsigned char *, unsigned int, 236 tree value = lex_string (str->text, str->len, 0); 736 *value = lex_string (tok->val.str.text, tok->val.str.len, 952 lex_string (str, len, wide) in lex_string() function
|
| H A D | ChangeLog.7 | 8692 * c-lex.c (lex_string): Let cpp_parse_escape handles truncation 10056 * c-lex.c (lex_string): Lex and copy multibyte strings 14338 (lex_string): Use unsigned char pointers.
|
| H A D | ChangeLog.4 | 8656 * c-lex.c (lex_string): Use charwidth to compute bytemask. 9473 (lex_number, lex_string, lex_charconst): Break out of c_lex
|
| H A D | ChangeLog.5 | 2831 (lex_string): Use cpp_parse_escape.
|
| H A D | ChangeLog.6 | 7161 (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | lex.c | 56 static void lex_string (cpp_reader *, cpp_token *, const uchar *); 608 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function 954 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 988 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 1044 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
|
| H A D | ChangeLog | 42 * lex.c (lex_string): Pedwarn for unterminated literals.
|