Searched refs:tdata_t (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h297 * The tdata_t (Type DATA) structure contains or references all type data for
317 } tdata_t; typedef in typeref:struct:tdata
337 tdata_t *iib_td;
346 void cvt_fixstabs(tdata_t *);
347 void cvt_fixups(tdata_t *, size_t);
351 tdata_t *ctf_load(char *, caddr_t, size_t, symit_data_t *, char *);
356 void iter_iidescs_by_name(tdata_t *, const char *,
376 int read_ctf(char **, int, char *, int (*)(tdata_t *, char *, void *),
378 int read_ctf_save_cb(tdata_t *, char *, void *);
387 void merge_into_master(tdata_t *, tdata_
[all...]
H A Dtdata.c279 tdata_label_add(tdata_t *td, const char *label, int idx)
301 tdata_label_top(tdata_t *td)
319 tdata_label_find(tdata_t *td, char *label)
353 tdata_label_newmax(tdata_t *td, int newmax)
369 tdata_label_free(tdata_t *td)
375 tdata_t *
378 tdata_t *new = xcalloc(sizeof (tdata_t));
399 tdata_free(tdata_t *td)
420 tdata_t *t
[all...]
H A Dctfmerge.h48 tdata_t *wip_td;
H A Dcompare.c56 tdata_t *ctftd, *stabrtd, *stabtd, *difftd;
H A Dfixup_tdescs.c53 fix_ptrptr_to_struct(tdata_t *td)
107 fix_ptr_to_struct(tdata_t *td)
154 cvt_fixstabs(tdata_t *td)
181 lookup_tdesc(tdata_t *td, char const *name)
200 fix_small_cpu_struct(tdata_t *td, size_t ptrsize)
276 cvt_fixups(tdata_t *td, size_t ptrsize)
H A Dctfconvert.c82 file_read(tdata_t *td, char *filename, int ignore_non_c)
84 typedef int (*reader_f)(tdata_t *, Elf *, char *);
151 tdata_t *filetd, *mstrtd;
H A Dctfmerge.c147 * tdata_t for a given module, we can, if requested by the user, uniquify it
148 * against the tdata_t from another module (genunix in the case of the SunOS
149 * kernel). We perform a merge between the tdata_t for this module and the
150 * tdata_t from genunix. Nodes found in this module that are not present in
151 * genunix are added to a third tdata_t - the uniquified tdata_t.
167 * When the merges are complete, the resulting tdata_t is placed into the
383 wip_add_work(wip_t *slot, tdata_t *pow)
403 tdata_t *pow;
449 tdata_t *pow
[all...]
H A Dinput.c44 typedef int read_cb_f(tdata_t *, char *, void *);
94 tdata_t *td;
224 read_ctf_save_cb(tdata_t *td, char *name __unused, void *retp)
226 tdata_t **tdp = retp;
H A Doutput.c87 * tdata_t.
116 iiburst_new(tdata_t *td, int max)
195 find_iidesc(tdata_t *td, iidesc_match_t *match)
309 copy_from_strong(tdata_t *td, GElf_Sym *sym, iidesc_t *strongdesc,
335 sort_iidescs(Elf *elf, const char *file, tdata_t *td, int fuzzymatch,
713 make_ctf_data(tdata_t *td, Elf *elf, const char *file, size_t *lenp, int flags)
728 write_ctf(tdata_t *td, const char *curname, const char *newname, int flags)
H A Dstabs.c116 resolve_nodes(tdata_t *td)
177 stabs_read(tdata_t *td, Elf *elf, char *file)
H A Diidesc.c112 iter_iidescs_by_name(tdata_t *td, char const *name,
H A Dctf.c847 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl)
892 resurrect_objects(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize,
935 resurrect_functions(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize,
1004 resurrect_types(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize,
1268 static tdata_t *
1271 tdata_t *td = tdata_new();
1335 tdata_t *
1341 tdata_t *td;
H A Dmerge.c29 * This file contains routines that merge one tdata_t tree, called the child,
32 * to imply any relationship between the tdata_t graphs prior to the merge.
34 * tdata_t structures contain two main elements - a hash of iidesc_t nodes, and
142 * The workhorse structure of tdata_t merging. Holds all lists of nodes to be
146 tdata_t *md_parent;
147 tdata_t *md_tgt;
157 * When we first create a tdata_t from stabs data, we will have duplicate nodes.
158 * Normal merges, however, assume that the child tdata_t is already self-unique,
168 * flag is set, we're doing a merge between the fully merged tdata_t for this
169 * module and the tdata_t fo
[all...]
H A Dst_parse.c125 parse_init(tdata_t *td __unused)
141 parse_finish(tdata_t *td)
H A Ddwarf.c128 tdata_t *dw_td; /* root of the tdesc/iidesc tree */
1902 dw_read(tdata_t *td, Elf *elf, char *filename __unused)

Completed in 91 milliseconds