Searched defs:odesc (Results 1 - 1 of 1) sorted by relevance

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

Completed in 44 milliseconds