Lines Matching +full:mach +full:- +full:o
1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 /// file_magic - An "enum class" enumeration of file types based on magic (the
32 macho_object, ///< Mach-O Object file
33 macho_executable, ///< Mach-O Executable
34 macho_fixed_virtual_memory_shared_lib, ///< Mach-O Shared Lib, FVM
35 macho_core, ///< Mach-O Core File
36 macho_preload_executable, ///< Mach-O Preloaded Executable
37 macho_dynamically_linked_shared_lib, ///< Mach-O dynlinked shared lib
38 macho_dynamic_linker, ///< The Mach-O dynamic linker
39 macho_bundle, ///< Mach-O Bundle file
40 macho_dynamically_linked_shared_lib_stub, ///< Mach-O Shared lib stub
41 macho_dsym_companion, ///< Mach-O dSYM companion file
42 macho_kext_bundle, ///< Mach-O kext bundle file
43 macho_universal_binary, ///< Mach-O universal binary
44 macho_file_set, ///< Mach-O file set binary
51 xcoff_object_32, ///< 32-bit XCOFF object file
52 xcoff_object_64, ///< 64-bit XCOFF object file
55 tapi_file, ///< Text-based Dynamic Library Stub file
61 spirv_object, ///< A binary SPIR-V file
82 /// platform-specific error_code.