Home
last modified time | relevance | path

Searched refs:II_GFUN (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c62 case II_GFUN: in burst_iitypes()
168 case II_GFUN: in matching_iidesc()
320 new->ii_type = II_GFUN; in copy_from_strong()
H A Diidesc.c191 hash_iter(ii, iidesc_count_type, (void *)II_GFUN), in iidesc_stats()
H A Dctftools.h268 II_GFUN, /* Global function */ enumerator
H A Dctf.c1025 ii->ii_type = II_GFUN; in resurrect_functions()
1051 (ii->ii_type == II_GFUN ? "global" : "static"), in resurrect_functions()
H A Ddwarf.c1594 ii->ii_type = die_isglobal(dw, die) ? II_GFUN : II_SFUN; in die_function_create()
1600 (ii->ii_type == II_GFUN ? "global" : "static")); in die_function_create()
H A Dmerge.c624 case II_GFUN: in iidesc_match()