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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmach_loader.h54 vm_offset_t entry_point; member in struct:_load_result
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_loader.h54 user_addr_t entry_point; member in struct:_load_result
H A Dmach_loader.c112 .entry_point = MACH_VM_MIN_ADDRESS,
210 mach_vm_offset_t *entry_point
1004 &result->entry_point);
1054 &result->entry_point);
1157 mach_vm_offset_t *entry_point
1168 *entry_point = MACH_VM_MIN_ADDRESS;
1181 ret = thread_entrypoint(thread, flavor, (thread_state_t)ts, size, entry_point);
1314 myresult.entry_point += (map_addr - dyl_start);
1324 result->entry_point = myresult.entry_point;
[all...]
H A Dkern_exec.c986 thread_setentrypoint(thread, load_result.entry_point);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c177 mach_vm_offset_t *entry_point
183 if (*entry_point == 0)
184 *entry_point = VM_MIN_ADDRESS;
192 *entry_point = state25->eip ? state25->eip: VM_MIN_ADDRESS;
201 *entry_point = state25->rip ? state25->rip: VM_MIN_ADDRESS64;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c1417 mach_vm_offset_t *entry_point
1421 /* Silly code: "if *entry_point is 0, make it 0" */
1425 if (*entry_point == 0ULL)
1426 *entry_point = MACH_VM_MIN_ADDRESS;
1443 *entry_point = CAST_USER_ADDR_T(state->srr0);
1445 *entry_point = CAST_USER_ADDR_T(VM_MIN_ADDRESS);
1463 *entry_point = state64->srr0;
1465 *entry_point = MACH_VM_MIN_ADDRESS;

Completed in 47 milliseconds