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

/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c87 char **elfobj; /* -e <elf_object> */ member in struct:__anon81
165 cmd_info.elfobj = NULL;
221 cmd_info.elfobj = (char **)realloc(cmd_info.elfobj,
223 if (cmd_info.elfobj == NULL) {
228 cmd_info.elfobj[cmd_info.elfcnt - 1] = optarg;
299 cryptodebug("Missing elfobj");
309 cryptodebug("Missing privpath|token_label/cert/elfobj");
324 cryptodebug("Neither or both of cert/elfobj");
349 iret = action(cmd_info.elfobj[
[all...]

Completed in 58 milliseconds