Searched refs:objFileFormat (Results 1 – 1 of 1) sorted by relevance
44 …objFileFormat = flag.String("obj-file-format", defaultObjFileFormat(runtime.GOOS), "Object file fo… var155 if *objFileFormat == ObjFileFormatPE {163 switch *objFileFormat {171 return nil, fmt.Errorf("unsupported object file format %q", *objFileFormat)
Completed in 2 milliseconds