Searched refs:map_entry_list (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/libkern/c++/ |
| H A D | OSKext.cpp | 13591 void *map_entry_list) argument 13616 map_entry_list = allocate_kcfileset_map_entry_list(); 13617 if (map_entry_list == NULL) { 13623 err = mapKCTextSegment(control, mhp, file_offset, slideptr, map_entry_list); 13708 add_kcfileset_map_entry(map_entry_list, start, seg->vmsize); 13732 deallocate_kcfileset_map_entry_list_and_unmap_entries(map_entry_list, TRUE, pageable); 13800 void *map_entry_list) argument 13891 add_kcfileset_map_entry(map_entry_list, (vm_map_offset_t)*mhp, text_segment_size); 14077 void *map_entry_list, argument 14081 if (map_entry_list == NULL) { [all …]
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSKext.h | 672 void *map_entry_list);
|