Searched refs:sysrooted (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.c | 362 if (entry->flags.sysrooted && IS_ABSOLUTE_PATH (entry->filename)) in ldfile_open_file_search() 461 if (entry->flags.sysrooted in ldfile_open_file() 477 try_open (const char *name, bfd_boolean *sysrooted) in try_open() argument 484 *sysrooted = is_sysrooted_pathname (name); in try_open() 560 bfd_boolean *sysrooted) in ldfile_find_command_file() argument 570 result = try_open (name, sysrooted); in ldfile_find_command_file() 597 result = try_open (path, sysrooted); in ldfile_find_command_file() 615 bfd_boolean sysrooted; in ldfile_open_command_file_1() local 617 ldlex_input_stack = ldfile_find_command_file (name, default_only, &sysrooted); in ldfile_open_command_file_1() 626 lex_push_file (ldlex_input_stack, name, sysrooted); in ldfile_open_command_file_1()
|
D | ldlex.l | 467 input_flags.sysrooted = sysrooted_stack[include_stack_ptr]; 482 lex_push_file (FILE *file, const char *name, unsigned int sysrooted) 490 sysrooted_stack[include_stack_ptr] = input_flags.sysrooted; 495 input_flags.sysrooted = sysrooted;
|
D | ChangeLog-2012 | 809 (ldfile_add_library_path): Don't set sysrooted flag. 811 (try_open): Delete exten and code handling such. Add sysrooted 813 (ldfile_find_command_file): Delete extend param. Add sysrooted 815 (ldfile_open_command_file_1): Pass sysrooted to lex_push_file. 816 * ldfile.h (search_dirs_type): Remove sysrooted field. 817 * ldlang.c (new_afile): Always set sysrooted from input_flags. 818 (load_symbols): Don't set input_flags.sysrooted. 819 * ldlang.h (struct lang_input_statement_flags): Revise sysrooted 823 (EOF): Pop input_flags.sysrooted. 824 (lex_push_file): Add sysrooted param. Save and set [all …]
|
D | ldlang.h | 243 unsigned int sysrooted : 1; member
|
D | ChangeLog-2013 | 162 sysrooted. Also, don't always add tooldir when non-sysrooted. 164 defined. Always prepend '=' to paths when sysrooted. Always
|
D | ChangeLog-0203 | 1217 (ldfile_open_file): Issue error message for sysrooted 1268 * ldfile.h (struct search_dirs): Added sysrooted field. 1270 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths. 1271 (ldfile_open_file_search): Look for sysrooted filename starting 1273 sysrooted flag if it's found in the current directory. Set it 1274 from the search directory's sysrooted flag where it is found 1277 (new_afile): Mark search_file_enums as sysrooted if 1280 script's sysrooted field while processing it.
|
D | ldlang.c | 1063 p->flags.sysrooted = input_flags.sysrooted; in new_afile() 1134 unsigned int outer_sysrooted = input_flags.sysrooted; in lang_add_input_file() 1135 input_flags.sysrooted = 0; in lang_add_input_file() 1137 input_flags.sysrooted = outer_sysrooted; in lang_add_input_file()
|
D | configure.tgt | 35 # (if we are a native or sysrooted linker)
|