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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Doutput.c248 * See if this iidesc matches the ELF symbol data we pass in.
258 matching_iidesc(iidesc_t *iidesc, iidesc_match_t *match) argument
260 if (streq(iidesc->ii_name, match->iim_name) == 0)
263 switch (iidesc->ii_type) {
267 match->iim_ret = iidesc;
270 match->iim_ret = iidesc;
279 streq(iidesc->ii_owner, match->iim_file)) {
280 match->iim_ret = iidesc;
481 iidesc_t *iidesc; local
508 iidesc
545 iidesc_t *iidesc; local
[all...]
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 */

Completed in 176 milliseconds