Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/
Dldlang.h686 extern bfd_boolean load_symbols
DChangeLog-2010106 * ldlang.c (load_symbols): Correct last change.
110 * ldlang.c (load_symbols): Optimize for add_archive_element.
443 * ldlang.c (load_symbols): Handle bfd subsitution when calling the
1339 (load_symbols): Skip loading if the file is missing.
DChangeLog-2012476 * ldlang.c (load_symbols): Close file and set flags.loaded
818 (load_symbols): Don't set input_flags.sysrooted.
862 (load_symbols): Simplify save and restore of flags around command
DChangeLog-2006152 * ldlang.c (load_symbols): Make global.
153 * ldlang.h (load_symbols): Declare.
1122 * ldlang.c (load_symbols): Set as_needed and add_needed according
DChangeLog-2004209 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
216 (load_symbols): Call check_excluded_libs.
DChangeLog-91971751 (load_symbols): Put another - before -whole-archive.
2037 * ldlang.c (load_symbols): If a file can not be recognized, call
2078 (load_symbols): Check input file specific whole_archive field
3582 * ldlang.c (load_symbols): An empty archive is OK.
3598 * ldlang.c (load_symbols): If whole_archive is true and ENTRY
3917 * ldlang.c (load_symbols): Add new argument place. Only accept
3920 (lookup_name): Pass NULL as place argument to load_symbols.
3922 argument to load_symbols, and store any new statements after the
4174 * ldlang.c (load_symbols): Check for archive before object. Use
5015 (load_symbols): New function split out of lookup_name. Don't load
[all …]
DChangeLog-00011278 (lookup_name): If load_symbols fails, return NULL.
1279 (load_symbols): Change to a boolean function.
1280 (open_input_bfds): If load_symbols fails then do not make the
1492 * ldlang.c (load_symbols): Give emulation a chance
DChangeLog-2009290 * ldlang.c (load_symbols): Set whole_archive from entry when
1448 (load_symbols): Likewise. Delete dead "bad_load" code.
DChangeLog-2013524 * ldlang.c (load_symbols): Report "error adding symbols" on
Dldlang.c2669 if (!load_symbols (search, NULL)) in lookup_name()
2739 load_symbols (lang_input_statement_type *entry, in load_symbols() function
3325 if (!load_symbols (&s->input_statement, &add)) in open_input_bfds()
DChangeLog-2011167 (load_symbols): Don't call ldlang_add_file when reloading.
DChangeLog-2014452 * ldlang.c (load_symbols): Always check flags.reload.
DChangeLog-02031279 (load_symbols): Set ldlang_sysrooted_script according to the
1956 * ldlang.c (load_symbols): Revert last change.
1960 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
DChangeLog-98991130 * ldlang.c (load_symbols): call recognized_hook for all objects we
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dspuelf.em220 if (!load_symbols (ovl_is, NULL))
Delf32.em175 /* Continue on with normal load_symbols processing. */