Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h492 struct mach_header { struct
502 struct mach_header_64 { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h501 struct mach_header { struct
511 struct mach_header_64 { argument
/third_party/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()