Searched refs:aslr_offset (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c299 mach_vm_offset_t aslr_offset = 0; local
349 aslr_offset = random();
350 aslr_offset %= 1 << ((imgp->ip_flags & IMGPF_IS_64BIT) ? 16 : 8);
351 aslr_offset <<= PAGE_SHIFT;
360 0, (int64_t)aslr_offset, result);
465 int64_t aslr_offset,
582 kprintf("dyld_slide: 0x%08x\n", aslr_offset);
585 slide = aslr_offset;
763 ret = load_dylinker(dlp, dlarchbits, map, thread, depth, aslr_offset, result);
457 parse_machfile( struct vnode *vp, vm_map_t map, thread_t thread, struct mach_header *header, off_t file_offset, off_t macho_size, int depth, int64_t aslr_offset, load_result_t *result ) argument

Completed in 21 milliseconds