/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldelfgen.c | 409 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab) in ldelf_acquire_strings_for_ctf() argument 412 if (!ctf_output) in ldelf_acquire_strings_for_ctf() 417 if (ctf_link_add_strtab (ctf_output, ldelf_ctf_strtab_iter_cb, in ldelf_acquire_strings_for_ctf() 421 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_acquire_strings_for_ctf() 426 ldelf_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx, in ldelf_new_dynsym_for_ctf() argument 431 if (!ctf_output) in ldelf_new_dynsym_for_ctf() 444 if (ctf_link_add_linker_symbol (ctf_output, &lsym) < 0) in ldelf_new_dynsym_for_ctf() 448 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_new_dynsym_for_ctf() 455 if (ctf_link_shuffle_syms (ctf_output) < 0) in ldelf_new_dynsym_for_ctf() 458 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_new_dynsym_for_ctf() [all …]
|
H A D | ldelfgen.h | 28 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab); 30 (struct ctf_dict *ctf_output, int symidx, struct elf_internal_sym *sym);
|
H A D | ldemul.c | 424 ldemul_acquire_strings_for_ctf (struct ctf_dict *ctf_output, in ldemul_acquire_strings_for_ctf() argument 428 ld_emulation->acquire_strings_for_ctf (ctf_output, symstrtab); in ldemul_acquire_strings_for_ctf() 432 ldemul_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx, in ldemul_new_dynsym_for_ctf() argument 436 ld_emulation->new_dynsym_for_ctf (ctf_output, symidx, sym); in ldemul_new_dynsym_for_ctf()
|
H A D | ldlang.c | 134 static ctf_dict_t *ctf_output; variable 3784 ctf_output = NULL; in ldlang_open_ctf() 3788 if ((ctf_output = ctf_create (&err)) != NULL) in ldlang_open_ctf() 3807 if (!ctf_output) in lang_merge_ctf() 3815 ctf_dict_close (ctf_output); in lang_merge_ctf() 3816 ctf_output = NULL; in lang_merge_ctf() 3832 if (ctf_link_add_ctf (ctf_output, file->the_ctf, file->filename) < 0) in lang_merge_ctf() 3835 file->the_bfd, ctf_errmsg (ctf_errno (ctf_output))); in lang_merge_ctf() 3851 if (ctf_link (ctf_output, flags) < 0) in lang_merge_ctf() 3853 lang_ctf_errs_warnings (ctf_output); in lang_merge_ctf() [all …]
|
H A D | ChangeLog-2020 | 373 * ldlang.c (ctf_output): This is a ctf_dict_t now. 2469 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
|
H A D | ChangeLog-2019 | 534 (ctf_output): New. Initialized in...
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldelfgen.c | 410 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab) in ldelf_acquire_strings_for_ctf() argument 413 if (!ctf_output) in ldelf_acquire_strings_for_ctf() 418 if (ctf_link_add_strtab (ctf_output, ldelf_ctf_strtab_iter_cb, in ldelf_acquire_strings_for_ctf() 422 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_acquire_strings_for_ctf() 427 ldelf_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx, in ldelf_new_dynsym_for_ctf() argument 432 if (!ctf_output) in ldelf_new_dynsym_for_ctf() 445 if (ctf_link_add_linker_symbol (ctf_output, &lsym) < 0) in ldelf_new_dynsym_for_ctf() 449 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_new_dynsym_for_ctf() 456 if (ctf_link_shuffle_syms (ctf_output) < 0) in ldelf_new_dynsym_for_ctf() 459 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_new_dynsym_for_ctf() [all …]
|
H A D | ldelfgen.h | 28 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab); 30 (struct ctf_dict *ctf_output, int symidx, struct elf_internal_sym *sym);
|
H A D | ldemul.c | 424 ldemul_acquire_strings_for_ctf (struct ctf_dict *ctf_output, in ldemul_acquire_strings_for_ctf() argument 428 ld_emulation->acquire_strings_for_ctf (ctf_output, symstrtab); in ldemul_acquire_strings_for_ctf() 432 ldemul_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx, in ldemul_new_dynsym_for_ctf() argument 436 ld_emulation->new_dynsym_for_ctf (ctf_output, symidx, sym); in ldemul_new_dynsym_for_ctf()
|
H A D | ldlang.c | 142 static ctf_dict_t *ctf_output; variable 3743 ctf_output = NULL; in ldlang_open_ctf() 3747 if ((ctf_output = ctf_create (&err)) != NULL) in ldlang_open_ctf() 3766 if (!ctf_output) in lang_merge_ctf() 3774 ctf_dict_close (ctf_output); in lang_merge_ctf() 3775 ctf_output = NULL; in lang_merge_ctf() 3791 if (ctf_link_add_ctf (ctf_output, file->the_ctf, file->filename) < 0) in lang_merge_ctf() 3794 file->the_bfd, ctf_errmsg (ctf_errno (ctf_output))); in lang_merge_ctf() 3810 if (ctf_link (ctf_output, flags) < 0) in lang_merge_ctf() 3812 lang_ctf_errs_warnings (ctf_output); in lang_merge_ctf() [all …]
|
H A D | ChangeLog-2020 | 373 * ldlang.c (ctf_output): This is a ctf_dict_t now. 2469 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
|
H A D | ChangeLog-2019 | 534 (ctf_output): New. Initialized in...
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.h | 382 extern void ctf_output (const char * filename);
|
H A D | ctfout.cc | 797 ctf_output (const char * filename) in ctf_output() function
|
H A D | dwarf2ctf.cc | 948 ctf_output (filename); in ctf_debug_finalize()
|