Home
last modified time | relevance | path

Searched refs:ctf_link_sym_t (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c114 ctf_link_sym_t *
115 ctf_elf32_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst, const Elf32_Sym *src, in ctf_elf32_to_link_sym()
153 ctf_link_sym_t *
154 ctf_elf64_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst, const Elf64_Sym *src, in ctf_elf64_to_link_sym()
H A Dctf-impl.h238 ctf_link_sym_t cid_sym; /* The linker-known symbol. */
421 ctf_link_sym_t **ctf_dynsymidx; /* Indexes ctf_dynsyms by symidx. */
606 extern int ctf_symtab_skippable (ctf_link_sym_t *sym);
781 extern ctf_link_sym_t *ctf_elf32_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst,
783 extern ctf_link_sym_t *ctf_elf64_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst,
H A Dctf-serialize.c67 ctf_symtab_skippable (ctf_link_sym_t *sym) in ctf_symtab_skippable()
131 ctf_link_sym_t *sym = (ctf_link_sym_t *) ctf_sym; in symtypetab_density()
164 ctf_link_sym_t *sym; in symtypetab_density()
229 ctf_link_sym_t *sym = (ctf_link_sym_t *) ctf_sym; in symtypetab_density()
259 ctf_link_sym_t **idx, const char **nameidx, uint32_t nidx, in emit_symtypetab()
288 ctf_link_sym_t *this_link_sym; in emit_symtypetab()
385 ctf_link_sym_t *this_link_sym; in emit_symtypetab_index()
H A Dctf-lookup.c473 ctf_link_sym_t sym; in ctf_lookup_symbol_name()
482 ctf_link_sym_t *symp = fp->ctf_dynsymidx[symidx]; in ctf_lookup_symbol_name()
542 ctf_link_sym_t sym; in ctf_lookup_symbol_idx()
551 ctf_link_sym_t *symp; in ctf_lookup_symbol_idx()
902 const ctf_link_sym_t *sym; in ctf_lookup_by_sym_or_name()
H A Dctf-link.c1615 ctf_link_add_linker_symbol (ctf_dict_t *fp, ctf_link_sym_t *sym) in ctf_link_add_linker_symbol()
1680 ctf_link_sym_t *new_sym; in ctf_link_shuffle_syms()
1705 if ((new_sym = malloc (sizeof (ctf_link_sym_t))) == NULL) in ctf_link_shuffle_syms()
1708 memcpy (new_sym, &did->cid_sym, sizeof (ctf_link_sym_t)); in ctf_link_shuffle_syms()
1739 sizeof (ctf_link_sym_t *))) == NULL) in ctf_link_shuffle_syms()
1745 ctf_link_sym_t *symp = (ctf_link_sym_t *) sym_; in ctf_link_shuffle_syms()
H A Dctf-open.c275 ctf_link_sym_t sym; in init_symtab()
H A DChangeLog-2020115 ctf_link_sym_t, not Elf64_Sym. Skip initializing objt or func
180 provided by the linker. Use ctf_link_sym_t, not Elf64_Sym.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c114 ctf_link_sym_t *
115 ctf_elf32_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst, const Elf32_Sym *src, in ctf_elf32_to_link_sym()
153 ctf_link_sym_t *
154 ctf_elf64_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst, const Elf64_Sym *src, in ctf_elf64_to_link_sym()
H A Dctf-impl.h238 ctf_link_sym_t cid_sym; /* The linker-known symbol. */
421 ctf_link_sym_t **ctf_dynsymidx; /* Indexes ctf_dynsyms by symidx. */
606 extern int ctf_symtab_skippable (ctf_link_sym_t *sym);
782 extern ctf_link_sym_t *ctf_elf32_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst,
784 extern ctf_link_sym_t *ctf_elf64_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst,
H A Dctf-serialize.c67 ctf_symtab_skippable (ctf_link_sym_t *sym) in ctf_symtab_skippable()
131 ctf_link_sym_t *sym = (ctf_link_sym_t *) ctf_sym; in symtypetab_density()
164 ctf_link_sym_t *sym; in symtypetab_density()
229 ctf_link_sym_t *sym = (ctf_link_sym_t *) ctf_sym; in symtypetab_density()
259 ctf_link_sym_t **idx, const char **nameidx, uint32_t nidx, in emit_symtypetab()
288 ctf_link_sym_t *this_link_sym; in emit_symtypetab()
385 ctf_link_sym_t *this_link_sym; in emit_symtypetab_index()
H A Dctf-lookup.c470 ctf_link_sym_t sym; in ctf_lookup_symbol_name()
479 ctf_link_sym_t *symp = fp->ctf_dynsymidx[symidx]; in ctf_lookup_symbol_name()
539 ctf_link_sym_t sym; in ctf_lookup_symbol_idx()
548 ctf_link_sym_t *symp; in ctf_lookup_symbol_idx()
890 const ctf_link_sym_t *sym; in ctf_lookup_by_sym_or_name()
H A Dctf-link.c1602 ctf_link_add_linker_symbol (ctf_dict_t *fp, ctf_link_sym_t *sym) in ctf_link_add_linker_symbol()
1667 ctf_link_sym_t *new_sym; in ctf_link_shuffle_syms()
1692 if ((new_sym = malloc (sizeof (ctf_link_sym_t))) == NULL) in ctf_link_shuffle_syms()
1695 memcpy (new_sym, &did->cid_sym, sizeof (ctf_link_sym_t)); in ctf_link_shuffle_syms()
1726 sizeof (ctf_link_sym_t *))) == NULL) in ctf_link_shuffle_syms()
1732 ctf_link_sym_t *symp = (ctf_link_sym_t *) sym_; in ctf_link_shuffle_syms()
H A Dctf-open.c275 ctf_link_sym_t sym; in init_symtab()
H A DChangeLog-2020115 ctf_link_sym_t, not Elf64_Sym. Skip initializing objt or func
180 provided by the linker. Use ctf_link_sym_t, not Elf64_Sym.
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dsymtypetab-nonlinker-writeout.c13 report_sym (ctf_dict_t *fp, ctf_link_sym_t *sym, const char *name, in report_sym()
123 ctf_link_sym_t sym; in try_maybe_reporting()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h87 } ctf_link_sym_t; typedef
539 extern int ctf_link_add_linker_symbol (ctf_dict_t *, ctf_link_sym_t *);
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h87 } ctf_link_sym_t; typedef
539 extern int ctf_link_add_linker_symbol (ctf_dict_t *, ctf_link_sym_t *);
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldelfgen.c429 ctf_link_sym_t lsym; in ldelf_new_dynsym_for_ctf()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldelfgen.c430 ctf_link_sym_t lsym; in ldelf_new_dynsym_for_ctf()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020115 ctf_link_sym_t, not Elf64_Sym. Skip initializing objt or func
180 provided by the linker. Use ctf_link_sym_t, not Elf64_Sym.