Home
last modified time | relevance | path

Searched refs:the_ctf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.h314 ctf_archive_t *the_ctf; member
H A Dldlang.c3757 if ((file->the_ctf = ctf_bfdopen (file->the_bfd, &err)) == NULL) in ldlang_open_ctf()
3795 ctf_close (errfile->the_ctf); in ldlang_open_ctf()
3820 ctf_close (file->the_ctf); in lang_merge_ctf()
3821 file->the_ctf = NULL; in lang_merge_ctf()
3828 if (!file->the_ctf) in lang_merge_ctf()
3832 if (ctf_link_add_ctf (ctf_output, file->the_ctf, file->filename) < 0) in lang_merge_ctf()
3836 ctf_close (file->the_ctf); in lang_merge_ctf()
3837 file->the_ctf = NULL; in lang_merge_ctf()
3938 file->the_ctf = NULL; in lang_write_ctf()
H A DChangeLog-2019521 * ldlang.h: (struct lang_input_statement_struct): Add the_ctf.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.h317 ctf_archive_t *the_ctf; member
H A Dldlang.c3716 if ((file->the_ctf = ctf_bfdopen (file->the_bfd, &err)) == NULL) in ldlang_open_ctf()
3754 ctf_close (errfile->the_ctf); in ldlang_open_ctf()
3779 ctf_close (file->the_ctf); in lang_merge_ctf()
3780 file->the_ctf = NULL; in lang_merge_ctf()
3787 if (!file->the_ctf) in lang_merge_ctf()
3791 if (ctf_link_add_ctf (ctf_output, file->the_ctf, file->filename) < 0) in lang_merge_ctf()
3795 ctf_close (file->the_ctf); in lang_merge_ctf()
3796 file->the_ctf = NULL; in lang_merge_ctf()
3897 file->the_ctf = NULL; in lang_write_ctf()
H A DChangeLog-2019521 * ldlang.h: (struct lang_input_statement_struct): Add the_ctf.