Searched refs:iidesc (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c152 * See if this iidesc matches the ELF symbol data we pass in.
164 iidesc_t *iidesc = arg1; local
166 if (streq(iidesc->ii_name, match->iim_name) == 0)
169 switch (iidesc->ii_type) {
173 match->iim_ret = iidesc;
176 match->iim_ret = iidesc;
185 streq(iidesc->ii_owner, match->iim_file)) {
186 match->iim_ret = iidesc;
371 iidesc_t *iidesc; local
399 iidesc
[all...]
H A Dfixup_tdescs.c168 iidesc_t *iidesc = arg1; local
170 if (!streq(iidesc->ii_name, match->m_name))
173 if (iidesc->ii_type != II_TYPE && iidesc->ii_type != II_SOU)
176 match->m_ret = iidesc->ii_dtype;
H A Dctftools.h82 #define IIDESC_HASH_SIZE 8191 /* Hash of iidesc's */
217 * root nodes, which are pointed to by iidesc nodes, correspond to the types,
271 typedef struct iidesc { struct
284 #define IIDESC_F_USED 0x1 /* Write this iidesc out */
320 * By design, the iidesc hash is heterogeneous. The CTF emitter, on the
353 /* iidesc.c */
/freebsd-9.3-release/cddl/usr.bin/ctfconvert/
H A DMakefile15 iidesc.c \
/freebsd-9.3-release/cddl/usr.bin/ctfmerge/
H A DMakefile13 iidesc.c \

Completed in 47 milliseconds