/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | collect2.c | 377 static void scan_prog_file (const char *, scanpass, scanfilter); 597 scan_prog_file (*object_file++, PASS_LTOINFO, SCAN_ALL); in maybe_run_lto_and_relink() 1540 scan_prog_file (*export_object_lst++, PASS_OBJ, this_filter); in main() 1544 scan_prog_file (list->name, PASS_FIRST, this_filter); in main() 1666 scan_prog_file (output_file, PASS_FIRST, ld1_filter); in main() 1821 scan_prog_file (output_file, PASS_SECOND, SCAN_ALL); in main() 2325 scan_prog_file (const char *prog_name, scanpass which_pass, in scan_prog_file() function 2623 scan_prog_file (list->name, PASS_LIB, SCAN_ALL); in scan_libraries() 2727 scan_prog_file (const char *prog_name, scanpass which_pass, in scan_prog_file() function
|
H A D | FSFChangeLog | 809 (main, collect_execute, scan_prog_file, scan_libraries): Likewise. 814 (locatelib, scan_libraries, scan_prog_file, add_func_table): Likewise.
|
H A D | FSFChangeLog.10 | 6723 * collect2.c (COFF scan_prog_file): Use the AIX duplicate entry. 8010 (scan_prog_file): Ignore symbols starting with '.'
|
H A D | FSFChangeLog.11 | 2640 (scan_prog_file): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | collect2.cc | 377 static void scan_prog_file (const char *, scanpass, scanfilter); 589 scan_prog_file (*object_file++, PASS_LTOINFO, SCAN_ALL); in maybe_run_lto_and_relink() 1528 scan_prog_file (*export_object_lst++, PASS_OBJ, this_filter); in main() 1532 scan_prog_file (list->name, PASS_FIRST, this_filter); in main() 1654 scan_prog_file (output_file, PASS_FIRST, ld1_filter); in main() 1809 scan_prog_file (output_file, PASS_SECOND, SCAN_ALL); in main() 2327 scan_prog_file (const char *prog_name, scanpass which_pass, in scan_prog_file() function 2625 scan_prog_file (list->name, PASS_LIB, SCAN_ALL); in scan_libraries() 2729 scan_prog_file (const char *prog_name, scanpass which_pass, in scan_prog_file() function
|
H A D | FSFChangeLog | 809 (main, collect_execute, scan_prog_file, scan_libraries): Likewise. 814 (locatelib, scan_libraries, scan_prog_file, add_func_table): Likewise.
|
H A D | ChangeLog-1998 | 2658 (scan_prog_file): Likewise. 3168 (scan_prog_file): Only check for shared object if valid header. 10026 * collect2.c (scan_prog_file): Cast fprintf argument to `long' and 14589 * collect2.c (scan_prog_file): Add explicit braces to avoid 15757 * collect2.c (scan_prog_file): Completely cover uses of variable 15811 (scan_prog_file): Loop for members of AIX libraries. Handle
|
H A D | ChangeLog-2009 | 7097 * collect2.c (scan_prog_file): Read all the output when reading 7250 (scan_prog_file): Require LTO object to be in ELF format. 7350 (scan_prog_file): Add LTO information pass. 7405 * collect2.c (scan_prog_file): Send the error output of 12340 are to be considered or ignored by scan_prog_file. 12342 prior to scan_prog_file's prototype. 12343 (scan_prog_file): Accept and honor scanpass and scanfilter arguments. 20712 (scan_prog_file): Likewise.
|
H A D | ChangeLog-1997 | 2966 (scan_prog_file): Likewise.
|
H A D | ChangeLog-1999 | 5907 * collect2.c (scan_prog_file, scan_libraries): Prototype function 9279 write_c_file_stat, write_c_file_glob, scan_prog_file, 9289 (main, scan_prog_file, scan_libraries): Use an intermediate 13447 (scan_prog_file) [COFF]: Handle frame tables.
|
H A D | FSFChangeLog.10 | 6723 * collect2.c (COFF scan_prog_file): Use the AIX duplicate entry. 8010 (scan_prog_file): Ignore symbols starting with '.'
|
H A D | ChangeLog-2019 | 23198 (scan_prog_file): Revert to before r254460. 28222 (scan_prog_file): Same. 30854 (scan_prog_file): Likewise. 32202 (scan_prog_file): Likewise.
|
H A D | ChangeLog-2010 | 32010 (scan_prog_file): Update is_elf_or_coff call. 33487 (scan_prog_file): Caller updated. Also allow for LTO info marker 40803 scan_prog_file. 40826 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
|
H A D | ChangeLog-2000 | 4338 (scan_prog_file), config/a29k/a29k.c (print_operand), 28507 (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need 31663 (scan_prog_file, COFF): Do not collect initialization or
|
H A D | ChangeLog-2008 | 12676 (scan_prog_file): Use symkind names instead of bare integers. 13709 * collect2.c (scan_prog_file, COFF version): Use CONST_CAST
|
H A D | FSFChangeLog.11 | 2640 (scan_prog_file): Likewise.
|
H A D | ChangeLog-2018 | 221 (scan_prog_file): Use is_lto_object_file() instead of scanning the 19185 (scan_prog_file): Don't add AIX shared libraries initializer
|
H A D | ChangeLog-2017 | 7571 (scan_prog_file): Likewise. 8249 (scan_prog_file): Don't skip PASS_LTOINFO. Scan for LTO objects.
|
H A D | ChangeLog-2021 | 25770 * collect2.c (scan_prog_file): Issue non-fatal warning for
|
H A D | ChangeLog-2005 | 27122 (scan_prog_file): Use pex routines rather than pipe/vfork/exec.
|
H A D | ChangeLog-2003 | 33842 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
|
H A D | ChangeLog-2002 | 14533 * collect2.c (scan_prog_file): Fix typo in message.
|
H A D | ChangeLog-2011 | 25159 (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
|
H A D | ChangeLog-2013 | 5035 (scan_prog_file, COFF): Handle SYM_AIXI and SYM_AIXD.
|
H A D | ChangeLog-2015 | 15989 (scan_prog_file): Don't export __dso_handle nor
|