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

12

/external/python/cpython2/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c161 /* Now see if the handle is a struch mach_header* or not, use NSLookupSymbol in image
166 if ((((struct mach_header *)handle)->magic == MH_MAGIC) ||
167 (((struct mach_header *)handle)->magic == MH_CIGAM))
169 if (NSIsSymbolNameDefinedInImage((struct mach_header *)handle, symbol))
171 nssym = NSLookupSymbolInImage((struct mach_header *)handle,
198 if ((((struct mach_header *)handle)->magic == MH_MAGIC) ||
199 (((struct mach_header *)handle)->magic == MH_CIGAM))
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc32 // Each Mach-O image has a header (mach_header or mach_header_64) starting with
109 const mach_header* hdr = _dyld_get_image_header(current_image_);
124 current_load_cmd_addr_ = (char*)hdr + sizeof(mach_header);
/external/compiler-rt/lib/asan/
H A Dasan_mac.cc81 const struct mach_header *mh = (struct mach_header *)info.dli_fbase;
/external/google-breakpad/src/common/mac/
H A Dmacho_walker.cc154 struct mach_header header;
205 struct mach_header header;
/external/libunwind_llvm/src/
H A DAddressSpace.hpp272 const struct mach_header* mh;
296 const struct mach_header *mh = (const struct mach_header *)dlinfo.dli_fbase;
300 info->mh = (const struct mach_header *)mh;
H A DUnwindCursor.hpp69 static void dyldUnloadHook(const struct mach_header *mh, intptr_t slide);
169 void DwarfFDECache<A>::dyldUnloadHook(const struct mach_header *mh, intptr_t ) {
/external/valgrind/coregrind/
H A Dlauncher-darwin.c164 struct mach_header *mh = (struct mach_header *)buf;
/external/google-breakpad/src/client/mac/handler/
H A Ddynamic_images.h59 uint32_t load_address_; // struct mach_header*
65 uint64_t load_address_; // struct mach_header*
95 typedef mach_header breakpad_mach_header;
132 // Size of mach_header plus load commands
187 size_t header_size_; // mach_header plus load commands
H A Dbreakpad_nlist_64.cc120 typedef mach_header mach_header_type;
H A Ddynamic_images.cc221 typedef mach_header mach_header_type;
457 // First read just the mach_header from the image in the task.
/external/v8/src/base/platform/
H A Dplatform-macos.cc75 const mach_header* header = _dyld_get_image_header(i);
/external/llvm/include/llvm/Object/
H A DMachO.h386 const MachO::mach_header &getHeader() const;
452 MachO::mach_header Header;
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp128 // struct mach_header (28 bytes) or
148 (is64Bit() ? sizeof(MachO::mach_header_64) : sizeof(MachO::mach_header)));
767 sizeof(MachO::mach_header)) + LoadCommandsSize;
/external/llvm/lib/Support/
H A DPath.cpp1073 MinSize = sizeof(MachO::mach_header);
1084 MinSize = sizeof(MachO::mach_header);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp1071 MinSize = sizeof(MachO::mach_header);
1081 MinSize = sizeof(MachO::mach_header);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp186 : sizeof(MachO::mach_header);
197 : sizeof(MachO::mach_header);
277 BigSize = sizeof(MachO::mach_header);
2225 const MachO::mach_header &MachOObjectFile::getHeader() const {
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp377 Is64Bit ? sizeof(MachO::mach_header_64) : sizeof(MachO::mach_header);
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp87 is64Bit ? sizeof(MachO::mach_header_64) : sizeof(MachO::mach_header);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h26 // Constants for the "magic" field in llvm::MachO::mach_header and
35 // Constants for the "filetype" field in llvm::MachO::mach_header and
49 // Constant bits for the "flags" field in llvm::MachO::mach_header and
279 struct mach_header { struct in namespace:llvm::MachO
/external/valgrind/coregrind/m_ume/
H A Dmacho.c58 #define MACH_HEADER mach_header
/external/llvm/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
985 inline void swapStruct(mach_header &mh) {
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp296 MachO::mach_header H;
1058 MachO::mach_header H;
/external/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) {
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp491 MachO::mach_header H;
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c67 # define MACH_HEADER mach_header

Completed in 1190 milliseconds

12