Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dstabs.c325 assert(stab->n_type != N_FUN || (iidescp->ii_type != II_GFUN && in stabs_read()
342 case II_GFUN: in stabs_read()
H A Doutput.c62 case II_GFUN: in burst_iitypes()
166 case II_GFUN: in matching_iidesc()
314 new->ii_type = II_GFUN; in copy_from_strong()
H A Diidesc.c187 hash_iter(ii, iidesc_count_type, (void *)II_GFUN), in iidesc_stats()
H A Dctftools.h262 II_GFUN, /* Global function */ enumerator
H A Dctf.c872 ii->ii_type = II_GFUN; in resurrect_functions()
895 (ii->ii_type == II_GFUN ? "global" : "static"), in resurrect_functions()
H A Ddwarf.c1578 ii->ii_type = die_isglobal(dw, die) ? II_GFUN : II_SFUN; in die_function_create()
1584 (ii->ii_type == II_GFUN ? "global" : "static")); in die_function_create()
H A Dmerge.c631 case II_GFUN: in iidesc_match()
H A Dst_parse.c207 iitype = II_GFUN; in parse_fun()