Searched refs:objfile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c238 char *model = NULL, *objfile = NULL, *outfile = NULL, *tmplfile = NULL; local
270 objfile = argv[optind];
280 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) {
281 die("Couldn't open object file %s: %s\n", objfile,
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c102 static char *objfile; variable
615 objfile = argv[1];
618 get_ctf_file(objfile);
692 objfile = fname;
693 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) {
694 errx(1, "Couldn't open object file %s: %s\n", objfile,

Completed in 74 milliseconds