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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c239 struct mach_header *mh = NULL; /* protected by is_64 */
240 struct mach_header_64 *mh64 = NULL; /* protected by is_64 */
241 int is_64 = 0; local
261 is_64 = 1;
336 if (is_64) {
385 if (!(is_64) &&
406 if (is_64) {
470 if (is_64) {
H A Dkern_exec.c1921 int is_64 = IS_64BIT_PROCESS(p); local
1955 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT : IMGPF_NONE);
1957 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32);
1961 if(is_64) {
2689 int is_64 = IS_64BIT_PROCESS(p); local
2715 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMGPF_DISABLE_ASLR : IMGPF_NONE);
2717 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32);
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Duserspace.py225 is_64 = False variable
227 is_64 = True variable
233 if is_64:
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.c1732 int is_64 = task_has_64BitAddr(current_task()); local
1759 if (is_64 && *ptr_to_slide < old_value) {

Completed in 180 milliseconds