Home
last modified time | relevance | path

Searched refs:lto_output (Results 1 – 25 of 108) sorted by relevance

12345

/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldfile.c357 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 Dldlang.h293 unsigned int lto_output : 1; member
H A Dplugin.c927 is->flags.lto_output = 1; in add_input_file()
942 is->flags.lto_output = 1; in add_input_library()
H A DChangeLog-2015918 * 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 Dldfile.c154 if (entry->flags.lto_output) in ldfile_try_open_bfd()
155 entry->the_bfd->lto_output = 1; in ldfile_try_open_bfd()
H A Dldlang.h292 unsigned int lto_output : 1; member
H A Dplugin.c914 is->flags.lto_output = 1; in add_input_file()
929 is->flags.lto_output = 1; in add_input_library()
H A DChangeLog-2015918 * 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 Dopncls.c116 nbfd->lto_output = obfd->lto_output; in _bfd_new_bfd_contained_in()
H A Darchive.c396 n_bfd->lto_output = archive->lto_output; in open_nested_file()
H A DChangeLog-20153613 * 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 Delf32-msp430.c2743 if (ibfd->lto_output in elf32_msp430_merge_msp430_attributes()
H A Dlinker.c2854 if (sec->owner->lto_output in _bfd_handle_already_linked()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dopncls.c156 nbfd->lto_output = obfd->lto_output; in _bfd_new_bfd_contained_in()
H A Darchive.c416 n_bfd->lto_output = archive->lto_output; in open_nested_file()
H A DChangeLog-20153613 * 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 Delf32-msp430.c2745 if (ibfd->lto_output in elf32_msp430_merge_msp430_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer.h887 extern void lto_output ();
H A Dpasses.cc2762 lto_output (); in write_lto()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer.h934 extern void lto_output ();
H A Dpasses.c2614 lto_output (); in write_lto()
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20153613 * 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 Dlto.texi72 This pass executes the function @code{lto_output} in
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dlto.texi71 This pass executes the function @code{lto_output} in
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dbfdt.texi212 unsigned int lto_output : 1;

12345