Searched refs:ctf_add_enum (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/ctf/ |
H A D | mapfile | 44 ctf_add_enum;
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 52 ctf_add_enum;
|
H A D | ctf_merge.c | 340 enumid = ctf_add_enum(cmp->cm_out, flags, name); in ctf_merge_add_enum()
|
H A D | ctf_dwarf.c | 1553 id = ctf_add_enum(cup->cu_ctfp, isroot, name); in ctf_dwarf_create_enum()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 287 extern ctf_id_t ctf_add_enum(ctf_file_t *, uint_t, const char *);
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 697 } else if ((type = ctf_add_enum(ctfp, flag, name)) == CTF_ERR) { in dt_decl_enum()
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_create.c | 1250 ctf_add_enum(ctf_file_t *fp, uint_t flag, const char *name) in ctf_add_enum() function 1931 dst_type = ctf_add_enum(dst_fp, flag, name); in ctf_add_type()
|