Searched refs:ObjDesc_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/elfwrap/common/ |
H A D | _elfwrap.h | 83 } ObjDesc_t; typedef 88 extern int input32(int, char **, const char *, const char *, ObjDesc_t *); 89 extern int input64(int, char **, const char *, const char *, ObjDesc_t *); 91 ObjDesc_t *); 93 ObjDesc_t *);
|
H A D | lintsup.c | 44 ObjDesc_t *odp) in input32() 51 ObjDesc_t *odp) in output32() 58 ObjDesc_t *odp) in input64() 64 ObjDesc_t *odp) in output64()
|
H A D | main.c | 56 ObjDesc_t odesc = { NULL, 0, 0, 0 }; in main()
|
H A D | elfwrap.c | 68 ObjDesc_t *odp) in input() 216 ObjDesc_t *odp) in output()
|