Searched refs:dtnew (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | dt.h | 34 extern Dt_t* dtnew(Vmalloc_t*, Dtdisc_t*, Dtmethod_t*);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | dt.h | 44 extern __MANGLE__ Dt_t* dtnew __PROTO__((Vmalloc_t*, Dtdisc_t*, Dtmethod_t*));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | dt.h | 44 extern __MANGLE__ Dt_t* dtnew __PROTO__((Vmalloc_t*, Dtdisc_t*, Dtmethod_t*));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | dt.h | 44 extern __MANGLE__ Dt_t* dtnew __PROTO__((Vmalloc_t*, Dtdisc_t*, Dtmethod_t*));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | dt.h | 44 extern __MANGLE__ Dt_t* dtnew __PROTO__((Vmalloc_t*, Dtdisc_t*, Dtmethod_t*));
|
/titanic_50/usr/src/lib/libast/common/cdt/ |
H A D | dtnew.c | 59 dtnew(Vmalloc_t* vm, Dtdisc_t* disc, Dtmethod_t* meth) in dtnew() function
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 416 dtnew;
|
H A D | Makefile.com | 40 common/cdt/dtnew.o \
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 1150 if (mp->idtab = dtnew(mp->vm, &mp->dtdisc, Dthash)) in cklang() 2313 if (!(mp->tmp = sfstropen()) || !(mp->infotab = dtnew(mp->vm, &mp->dtdisc, Dthash))) in magicopen()
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 743 include/dt.h,cdt/dtnew.c: add for dtopen() in specific vm region
|