Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/util/
H A Dread_symbols.go44objFileFormat = flag.String("obj-file-format", defaultObjFileFormat(runtime.GOOS), "Object file fo… var
155 if *objFileFormat == ObjFileFormatPE {
163 switch *objFileFormat {
171 return nil, fmt.Errorf("unsupported object file format %q", *objFileFormat)
/aosp_15_r20/external/boringssl/src/util/
H A Dread_symbols.go44objFileFormat = flag.String("obj-file-format", defaultObjFileFormat(runtime.GOOS), "Object file fo… var
155 if *objFileFormat == ObjFileFormatPE {
163 switch *objFileFormat {
171 return nil, fmt.Errorf("unsupported object file format %q", *objFileFormat)