Home
last modified time | relevance | path

Searched refs:slice_mh_offs (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/tools/kt-dump/
H A Dkt-dump.cpp175 size_t slice_mh_offs; member in image
338 return reinterpret_cast<const mach_header_64 *>(slice_contents.data() + slice_mh_offs); in mh_hdr()
343 : slice_contents{contents}, slice_mh_offs{mh_offs} in image()