Home
last modified time | relevance | path

Searched defs:mach_header (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/profiler/
Dmodule_cache_mac.cc43 const MachHeaderType* mach_header = in GetUniqueIdAndTextSize() local
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h54 struct mach_header { struct
64 /* Constant for the magic field of the mach_header (32-bit architectures) */ argument
/external/llvm/include/llvm/Support/
DMachO.h492 struct mach_header { struct
502 struct mach_header_64 { argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h492 struct mach_header { struct
502 struct mach_header_64 { argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h499 struct mach_header { struct
509 struct mach_header_64 { argument
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5495 pub fn _dyld_get_image_header(image_index: u32) -> *const mach_header; in _dyld_get_image_header()