Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldfile.h24 extern bool ldfile_assumed_script;
H A Dldfile.c42 bool ldfile_assumed_script = false; variable
194 ldfile_assumed_script = true; in ldfile_try_open_bfd()
261 ldfile_assumed_script = false; in ldfile_try_open_bfd()
H A Dldlex.l726 if (ldfile_assumed_script)
H A Dldgram.y1504 if (ldfile_assumed_script)
H A Dldlex.c4061 if (ldfile_assumed_script) in lex_warn_invalid()
H A Dldgram.c4935 if (ldfile_assumed_script)
H A Dldlang.c3094 ldfile_assumed_script = true; in load_symbols()
3099 ldfile_assumed_script = false; in load_symbols()
H A DChangeLog-91974188 (ldfile_assumed_script): New variable.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldfile.h24 extern bool ldfile_assumed_script;
H A Dldfile.c43 bool ldfile_assumed_script = false; variable
408 ldfile_assumed_script = true; in ldfile_try_open_bfd()
475 ldfile_assumed_script = false; in ldfile_try_open_bfd()
H A Dldlex.l730 if (ldfile_assumed_script)
H A Dldgram.y1546 if (ldfile_assumed_script)
H A Dldlex.c4100 if (ldfile_assumed_script) in lex_warn_invalid()
H A Dldgram.c5026 if (ldfile_assumed_script) in yyerror()
H A Dldlang.c3047 ldfile_assumed_script = true; in load_symbols()
3052 ldfile_assumed_script = false; in load_symbols()
H A DChangeLog-91974188 (ldfile_assumed_script): New variable.