Searched refs:iidesc (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | output.c | 150 * See if this iidesc matches the ELF symbol data we pass in. 160 matching_iidesc(iidesc_t *iidesc, iidesc_match_t *match) argument 162 if (streq(iidesc->ii_name, match->iim_name) == 0) 165 switch (iidesc->ii_type) { 169 match->iim_ret = iidesc; 172 match->iim_ret = iidesc; 181 streq(iidesc->ii_owner, match->iim_file)) { 182 match->iim_ret = iidesc; 362 iidesc_t *iidesc; local 389 iidesc [all...] |
H A D | fixup_tdescs.c | 166 matching_iidesc(iidesc_t *iidesc, struct match *match) argument 168 if (!streq(iidesc->ii_name, match->m_name)) 171 if (iidesc->ii_type != II_TYPE && iidesc->ii_type != II_SOU) 174 match->m_ret = iidesc->ii_dtype;
|
H A D | Makefile.com | 39 iidesc.c \
|
H A D | ctftools.h | 82 #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 */
|
Completed in 54 milliseconds