Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A D_elfwrap.h46 } TargDesc_t; typedef
94 extern void target_init(TargDesc_t *);
96 extern void target_init_sparc(TargDesc_t *);
97 extern void target_init_sparcv9(TargDesc_t *);
98 extern void target_init_i386(TargDesc_t *);
99 extern void target_init_amd64(TargDesc_t *);
H A Dmachine.c56 target_init(TargDesc_t *tdp) in target_init()
H A Delfwrap.c224 TargDesc_t tdesc; in output()