Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Dmain.c55 ObjDesc_t odesc = { NULL, 0, 0, 0 }; in main() local
152 if (input64(argc, argv, prog, ofile, &odesc) == 1) in main()
155 if (input32(argc, argv, prog, ofile, &odesc) == 1) in main()
178 return (output64(prog, fd, ofile, mach, &odesc)); in main()
180 return (output32(prog, fd, ofile, mach, &odesc)); in main()