Searched refs:segInfo (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | dyld_kernel_fixups.h | 104 const struct dyld_chained_starts_in_segment* segInfo, in fixup_value() argument 112 switch (segInfo->pointer_format) { in fixup_value() 143 dyldLogFunc("unsupported pointer chain format: 0x%04X", segInfo->pointer_format); in fixup_value() 151 const struct dyld_chained_starts_in_segment* segInfo, in walk_chain() argument 161 uintptr_t pageContentStart = (uintptr_t)mh + (uintptr_t)segInfo->segment_offset in walk_chain() 162 + (pageIndex * segInfo->page_size); in walk_chain() 166 dyldLogFunc("[LOG] kernel-fixups: segInfo->segment_offset 0x%llx\n", segInfo->segment_offset); in walk_chain() 167 dyldLogFunc("[LOG] kernel-fixups: segInfo->segment_pagesize %d\n", segInfo->page_size); in walk_chain() 168 dyldLogFunc("[LOG] kernel-fixups: segInfo pointer format %d\n", segInfo->pointer_format); in walk_chain() 176 fixup_value(chain, segInfo, slide, basePointers, &stop); in walk_chain() [all …]
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOHibernateIO.cpp | 1928 page = segInfo->segments[i].physPage; in hibernate_write_image() 1929 count = segInfo->segments[i].pageCount; in hibernate_write_image()
|