Home
last modified time | relevance | path

Searched refs:TargDesc_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/elfwrap/common/
H A D_elfwrap.h48 } TargDesc_t; typedef
96 extern void target_init(TargDesc_t *);
98 extern void target_init_sparc(TargDesc_t *);
99 extern void target_init_sparcv9(TargDesc_t *);
100 extern void target_init_i386(TargDesc_t *);
101 extern void target_init_amd64(TargDesc_t *);
H A Dmachine.c57 target_init(TargDesc_t *tdp) in target_init()
H A Delfwrap.c225 TargDesc_t tdesc; in output()