Home
last modified time | relevance | path

Searched refs:mach_header (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c161 /* Now see if the handle is a struch mach_header* or not, use NSLookupSymbol in image in dlsymIntern()
166 if ((((struct mach_header *)handle)->magic == MH_MAGIC) || in dlsymIntern()
167 (((struct mach_header *)handle)->magic == MH_CIGAM)) in dlsymIntern()
169 if (NSIsSymbolNameDefinedInImage((struct mach_header *)handle, symbol)) in dlsymIntern()
171 nssym = NSLookupSymbolInImage((struct mach_header *)handle, in dlsymIntern()
198 if ((((struct mach_header *)handle)->magic == MH_MAGIC) || in darwin_dlclose()
199 (((struct mach_header *)handle)->magic == MH_CIGAM)) in darwin_dlclose()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMagic.cpp132 MinSize = sizeof(MachO::mach_header); in identify_magic()
142 MinSize = sizeof(MachO::mach_header); in identify_magic()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-darwin.cc49 const mach_header* header = _dyld_get_image_header(i); in GetSharedLibraryAddresses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h545 const MachO::mach_header &getHeader() const;
659 MachO::mach_header Header;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMachObjectWriter.cpp142 // struct mach_header (28 bytes) or in writeHeader()
161 : sizeof(MachO::mach_header))); in writeHeader()
815 sizeof(MachO::mach_header)) + LoadCommandsSize; in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp1071 MinSize = sizeof(MachO::mach_header);
1081 MinSize = sizeof(MachO::mach_header);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp86 is64Bit ? sizeof(MachO::mach_header_64) : sizeof(MachO::mach_header); in writeHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp204 : sizeof(MachO::mach_header); in getFirstLoadCommandInfo()
215 : sizeof(MachO::mach_header); in getNextLoadCommandInfo()
1272 SizeOfHeaders = sizeof(MachO::mach_header); in MachOObjectFile()
1684 MachO::mach_header H = MachOObjectFile::getHeader(); in checkSymbolTable()
4439 const MachO::mach_header &MachOObjectFile::getHeader() const { in getHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h25 // Constants for the "magic" field in llvm::MachO::mach_header and
38 // Constants for the "filetype" field in llvm::MachO::mach_header and
54 // Constant bits for the "flags" field in llvm::MachO::mach_header and
492 struct mach_header { struct
993 inline void swapStruct(mach_header &mh) { in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h24 // Constants for the "magic" field in llvm::MachO::mach_header and
37 // Constants for the "filetype" field in llvm::MachO::mach_header and
53 // Constant bits for the "flags" field in llvm::MachO::mach_header and
501 struct mach_header { struct
1024 inline void swapStruct(mach_header &mh) { in swapStruct()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs560 pub struct mach_header { structure names
5495 pub fn _dyld_get_image_header(image_index: u32) -> *const mach_header; in _dyld_get_image_header()

Completed in 59 milliseconds