/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldfile.c | 357 if (!entry->flags.lto_output) in ldfile_try_open_bfd() 368 if (entry->flags.lto_output) in ldfile_try_open_bfd() 369 entry->the_bfd->lto_output = 1; in ldfile_try_open_bfd()
|
H A D | ldlang.h | 293 unsigned int lto_output : 1; member
|
H A D | plugin.c | 927 is->flags.lto_output = 1; in add_input_file() 942 is->flags.lto_output = 1; in add_input_library()
|
H A D | ChangeLog-2015 | 918 * ldlang.h (struct lang_input_statement_flags): Add lto_output. 920 * ldfile.c (ldfile_try_open_bfd): Transfer entry flags.lto_output 922 * plugin.c (add_input_file, add_input_library): Set flags.lto_output.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldfile.c | 154 if (entry->flags.lto_output) in ldfile_try_open_bfd() 155 entry->the_bfd->lto_output = 1; in ldfile_try_open_bfd()
|
H A D | ldlang.h | 292 unsigned int lto_output : 1; member
|
H A D | plugin.c | 914 is->flags.lto_output = 1; in add_input_file() 929 is->flags.lto_output = 1; in add_input_library()
|
H A D | ChangeLog-2015 | 918 * ldlang.h (struct lang_input_statement_flags): Add lto_output. 920 * ldfile.c (ldfile_try_open_bfd): Transfer entry flags.lto_output 922 * plugin.c (add_input_file, add_input_library): Set flags.lto_output.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | opncls.c | 116 nbfd->lto_output = obfd->lto_output; in _bfd_new_bfd_contained_in()
|
H A D | archive.c | 396 n_bfd->lto_output = archive->lto_output; in open_nested_file()
|
H A D | ChangeLog-2015 | 3613 * bfd.c (struct bfd): Add lto_output. 3616 * opncls.c (_bfd_new_bfd_contained_in): Copy lto_output and 3618 * archive.c (open_nested_file): New function, setting lto_output 3626 (elf_link_input_bfd): Drop existing lto_output STT_FILE syms. 3627 Don't use the file name when adding lto_output STT_FILE sym.
|
H A D | elf32-msp430.c | 2743 if (ibfd->lto_output in elf32_msp430_merge_msp430_attributes()
|
H A D | linker.c | 2854 if (sec->owner->lto_output in _bfd_handle_already_linked()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | opncls.c | 156 nbfd->lto_output = obfd->lto_output; in _bfd_new_bfd_contained_in()
|
H A D | archive.c | 416 n_bfd->lto_output = archive->lto_output; in open_nested_file()
|
H A D | ChangeLog-2015 | 3613 * bfd.c (struct bfd): Add lto_output. 3616 * opncls.c (_bfd_new_bfd_contained_in): Copy lto_output and 3618 * archive.c (open_nested_file): New function, setting lto_output 3626 (elf_link_input_bfd): Drop existing lto_output STT_FILE syms. 3627 Don't use the file name when adding lto_output STT_FILE sym.
|
H A D | elf32-msp430.c | 2745 if (ibfd->lto_output in elf32_msp430_merge_msp430_attributes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer.h | 887 extern void lto_output ();
|
H A D | passes.cc | 2762 lto_output (); in write_lto()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer.h | 934 extern void lto_output ();
|
H A D | passes.c | 2614 lto_output (); in write_lto()
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2015 | 3613 * bfd.c (struct bfd): Add lto_output. 3616 * opncls.c (_bfd_new_bfd_contained_in): Copy lto_output and 3618 * archive.c (open_nested_file): New function, setting lto_output 3626 (elf_link_input_bfd): Drop existing lto_output STT_FILE syms. 3627 Don't use the file name when adding lto_output STT_FILE sym.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | lto.texi | 72 This pass executes the function @code{lto_output} in
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | lto.texi | 71 This pass executes the function @code{lto_output} in
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | bfdt.texi | 212 unsigned int lto_output : 1;
|