Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A Dmain.c56 ObjDesc_t odesc = { NULL, 0, 0, 0 }; in main() local
153 if (input64(argc, argv, prog, ofile, &odesc) == 1) in main()
156 if (input32(argc, argv, prog, ofile, &odesc) == 1) in main()
179 return (output64(prog, fd, ofile, mach, &odesc)); in main()
181 return (output32(prog, fd, ofile, mach, &odesc)); in main()