Home
last modified time | relevance | path

Searched refs:ctf_output (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/gpl3/binutils/dist/ld/
H A Dldelfgen.c409 (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 Dldelfgen.h28 (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 Dldemul.c424 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 Dldlang.c134 static ctf_dict_t *ctf_output; variable
3784 ctf_output = 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()
3851 if (ctf_link (ctf_output, flags) < 0) in lang_merge_ctf()
3864 lang_ctf_errs_warnings (ctf_output); in lang_merge_ctf()
3892 if (!ctf_output) in lang_write_ctf()
3927 ctf_errmsg (ctf_errno (ctf_output))); in lang_write_ctf()
3934 ctf_dict_close (ctf_output); in lang_write_ctf()
[all …]
H A DChangeLog-2020373 * ldlang.c (ctf_output): This is a ctf_dict_t now.
2469 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
H A DChangeLog-2019534 (ctf_output): New. Initialized in...
/netbsd/external/gpl3/gdb/dist/ld/
H A Dldelfgen.c178 (struct ctf_file *ctf_output, struct elf_sym_strtab *syms, in ldelf_examine_strtab_for_ctf() argument
183 if (!ctf_output) in ldelf_examine_strtab_for_ctf()
189 if (ctf_link_add_strtab (ctf_output, ldelf_ctf_strtab_iter_cb, in ldelf_examine_strtab_for_ctf()
193 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_examine_strtab_for_ctf()
195 if (ctf_link_shuffle_syms (ctf_output, ldelf_ctf_symbols_iter_cb, in ldelf_examine_strtab_for_ctf()
198 "cost: %s\n"), ctf_errmsg (ctf_errno (ctf_output))); in ldelf_examine_strtab_for_ctf()
208 (struct ctf_file *ctf_output ATTRIBUTE_UNUSED, in ldelf_examine_strtab_for_ctf()
H A Dldelfgen.h28 (struct ctf_file *ctf_output, struct elf_sym_strtab *syms,
H A Dldemul.c421 ldemul_examine_strtab_for_ctf (struct ctf_file *ctf_output, in ldemul_examine_strtab_for_ctf() argument
428 ld_emulation->examine_strtab_for_ctf (ctf_output, syms, in ldemul_examine_strtab_for_ctf()
H A Dldlang.c134 static ctf_file_t *ctf_output; variable
3748 ctf_output = NULL; in ldlang_open_ctf()
3771 if (!ctf_output) in lang_merge_ctf()
3779 ctf_file_close (ctf_output); in lang_merge_ctf()
3780 ctf_output = NULL; in lang_merge_ctf()
3813 if (ctf_link (ctf_output, flags) < 0) in lang_merge_ctf()
3826 lang_ctf_errs_warnings (ctf_output); in lang_merge_ctf()
3848 if (!ctf_output) in lang_write_ctf()
3878 ctf_errmsg (ctf_errno (ctf_output))); in lang_write_ctf()
3885 ctf_file_close (ctf_output); in lang_write_ctf()
[all …]
H A DChangeLog-2019534 (ctf_output): New. Initialized in...
H A DChangeLog1367 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
/netbsd/external/gpl3/gdb.old/dist/ld/
H A Dldelfgen.c178 (struct ctf_file *ctf_output, struct elf_sym_strtab *syms, in ldelf_examine_strtab_for_ctf() argument
183 if (!ctf_output) in ldelf_examine_strtab_for_ctf()
189 if (ctf_link_add_strtab (ctf_output, ldelf_ctf_strtab_iter_cb, in ldelf_examine_strtab_for_ctf()
193 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_examine_strtab_for_ctf()
195 if (ctf_link_shuffle_syms (ctf_output, ldelf_ctf_symbols_iter_cb, in ldelf_examine_strtab_for_ctf()
198 "cost: %s\n"), ctf_errmsg (ctf_errno (ctf_output))); in ldelf_examine_strtab_for_ctf()
208 (struct ctf_file *ctf_output ATTRIBUTE_UNUSED, in ldelf_examine_strtab_for_ctf()
H A Dldelfgen.h28 (struct ctf_file *ctf_output, struct elf_sym_strtab *syms,
H A Dldemul.c421 ldemul_examine_strtab_for_ctf (struct ctf_file *ctf_output, in ldemul_examine_strtab_for_ctf() argument
428 ld_emulation->examine_strtab_for_ctf (ctf_output, syms, in ldemul_examine_strtab_for_ctf()
H A Dldlang.c134 static ctf_file_t *ctf_output; variable
3748 ctf_output = NULL; in ldlang_open_ctf()
3771 if (!ctf_output) in lang_merge_ctf()
3779 ctf_file_close (ctf_output); in lang_merge_ctf()
3780 ctf_output = NULL; in lang_merge_ctf()
3813 if (ctf_link (ctf_output, flags) < 0) in lang_merge_ctf()
3826 lang_ctf_errs_warnings (ctf_output); in lang_merge_ctf()
3848 if (!ctf_output) in lang_write_ctf()
3878 ctf_errmsg (ctf_errno (ctf_output))); in lang_write_ctf()
3885 ctf_file_close (ctf_output); in lang_write_ctf()
[all …]
H A DChangeLog-2019534 (ctf_output): New. Initialized in...
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dldelfgen.c164 (struct ctf_file *ctf_output, struct elf_sym_strtab *syms, in ldelf_examine_strtab_for_ctf() argument
169 if (!ctf_output) in ldelf_examine_strtab_for_ctf()
175 if (ctf_link_add_strtab (ctf_output, ldelf_ctf_strtab_iter_cb, in ldelf_examine_strtab_for_ctf()
179 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_examine_strtab_for_ctf()
181 if (ctf_link_shuffle_syms (ctf_output, ldelf_ctf_symbols_iter_cb, in ldelf_examine_strtab_for_ctf()
184 "cost: %s\n"), ctf_errmsg (ctf_errno (ctf_output))); in ldelf_examine_strtab_for_ctf()
H A Dldelfgen.h28 (struct ctf_file *ctf_output, struct elf_sym_strtab *syms,
H A Dldemul.c410 ldemul_examine_strtab_for_ctf (struct ctf_file *ctf_output, in ldemul_examine_strtab_for_ctf() argument
417 ld_emulation->examine_strtab_for_ctf (ctf_output, syms, in ldemul_examine_strtab_for_ctf()
H A Dldlang.c132 static ctf_file_t *ctf_output; variable
3655 ctf_output = NULL; in ldlang_open_ctf()
3659 if ((ctf_output = ctf_create (&err)) != NULL) in ldlang_open_ctf()
3677 if (!ctf_output) in lang_merge_ctf()
3685 ctf_file_close (ctf_output); in lang_merge_ctf()
3686 ctf_output = NULL; in lang_merge_ctf()
3705 ctf_errmsg (ctf_errno (ctf_output))); in lang_merge_ctf()
3715 ctf_errmsg (ctf_errno (ctf_output))); in lang_merge_ctf()
3743 if (!ctf_output) in lang_write_ctf()
3778 ctf_file_close (ctf_output); in lang_write_ctf()
[all …]
H A DChangeLog-2019534 (ctf_output): New. Initialized in...
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dctfc.h382 extern void ctf_output (const char * filename);
H A Dctfout.cc797 ctf_output (const char * filename) in ctf_output() function
H A Ddwarf2ctf.cc948 ctf_output (filename); in ctf_debug_finalize()

12