Home
last modified time | relevance | path

Searched refs:sysrooted (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/binutils/ld/
H A Dldfile.c119 new->sysrooted = TRUE; in ldfile_add_library_path()
124 new->sysrooted = is_sysrooted_pathname (name, FALSE); in ldfile_add_library_path()
313 if (entry->sysrooted && IS_ABSOLUTE_PATH (entry->filename)) in ldfile_open_file_search()
326 entry->sysrooted = IS_ABSOLUTE_PATH (entry->filename) in ldfile_open_file_search()
343 entry->sysrooted = search->sysrooted; in ldfile_open_file_search()
365 entry->sysrooted = search->sysrooted; in ldfile_open_file_search()
418 else if (entry->sysrooted in ldfile_open_file()
H A Dldfile.h42 bfd_boolean sysrooted; member
H A Dldlang.h261 unsigned int sysrooted : 1; member
H A DChangeLog-02031217 (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.
H A Dconfigure.tgt17 # (if we are a native or sysrooted linker)
H A Dldlang.c915 p->sysrooted = FALSE; in new_afile()
959 p->sysrooted = ldlang_sysrooted_script; in new_afile()
2451 ldlang_sysrooted_script = entry->sysrooted; in load_symbols()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200327125 build != host sysrooted builds.
27127 TARGET_SYSTEM_ROOT even on sysrooted natives.