Searched refs:arch (Results 151 - 175 of 705) sorted by relevance

1234567891011>>

/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DMakefile34 ARCH_FLAGS=$(foreach a,$(ARCHS),-arch $(a))
53 $(CC) -arch armv6 -isysroot $(SYSROOT) -I../EAP8021X.fproj -DTEST_INTERESTNOTIFICATION -Wall -g -o InterestNotification_p InterestNotification.c -framework CoreFoundation -framework IOKit
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DHost.inc42 // Normalize the arch, since the target triple may not actually match the target.
/macosx-10.10.1/pyobjc-45/2.5/
H A DGNUmakefile36 export RC_ARCHS = $(shell arch)
40 export RC_CFLAGS = $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS)
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclLoadDyld.c62 #include <mach-o/arch.h>
661 const NXArchInfo *arch = NXGetLocalArchInfo();
665 swap_fat_arch(fatarchs, fh_nfat_arch, arch->byteorder);
667 fa = NXFindBestFatArch(arch->cputype | arch_abi,
668 arch->cpusubtype, fatarchs, fh_nfat_arch);
673 arch->cputype | arch_abi, arch->cpusubtype,
682 swap_fat_arch(fatarchs, fh_nfat_arch, arch->byteorder);
654 const NXArchInfo *arch = NXGetLocalArchInfo(); local
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclLoadDyld.c63 #include <mach-o/arch.h>
663 const NXArchInfo *arch = NXGetLocalArchInfo();
667 swap_fat_arch(fatarchs, fh_nfat_arch, arch->byteorder);
669 fa = NXFindBestFatArch(arch->cputype | arch_abi,
670 arch->cpusubtype, fatarchs, fh_nfat_arch);
675 arch->cputype | arch_abi, arch->cpusubtype,
684 swap_fat_arch(fatarchs, fh_nfat_arch, arch->byteorder);
656 const NXArchInfo *arch = NXGetLocalArchInfo(); local
/macosx-10.10.1/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMakefile25 ARCH_32_FLAGS := $(patsubst %, -arch %, $(ARCH_32))
27 ARCH_64_FLAGS := $(patsubst %, -arch %, $(ARCH_64))
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Daoutf1.h101 enum bfd_architecture arch; local
109 arch = bfd_arch_m68k;
115 arch = bfd_arch_m68k;
121 arch = bfd_arch_m68k;
126 arch = bfd_arch_sparc;
131 arch = bfd_arch_sparc;
136 arch = bfd_arch_sparc;
142 arch = bfd_arch_i386;
147 arch = bfd_arch_m68k;
152 arch
[all...]
H A Dcpu-m68k.c193 if (a->arch != b->arch)
241 return bfd_lookup_arch (a->arch,
245 return bfd_lookup_arch (a->arch, bfd_m68k_features_to_mach (features));
/macosx-10.10.1/apr-32/apr/apr/build/
H A DNWGNUmakefile45 @echo $(DL)-I$(APR)/include/arch/netware$(DL)>> $@
46 @echo $(DL)-I$(APR)/include/arch/unix$(DL)>> $@
/macosx-10.10.1/configd-699.1.5/IPMonitorControl/
H A DMakefile33 ARCH_FLAGS=$(foreach a,$(ARCHS),-arch $(a))
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dm68k.h22 /* These are used as bit flags for the arch field in the m68k_opcode
74 unsigned int arch; member in struct:m68k_opcode
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-leak/
H A DMakefile34 MACHINE = $(shell arch)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-search-leak/
H A DMakefile34 MACHINE = $(shell arch)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen_preflight-leak/
H A DMakefile34 MACHINE = $(shell arch)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlsym-RTLD_NEXT-missing/
H A DMakefile29 MACHINE = $(shell arch)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/read-only-stubs/
H A Dmain.c81 #error unknown arch
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/rpath-dlopen-leak/
H A DMakefile34 MACHINE = $(shell arch)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/text-relocs-perms/
H A Dfoo.c81 #error unknown arch
H A Dmain.c81 #error unknown arch
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_main.h29 #include <mach-o/arch.h>
H A Dkextstat_main.h18 #include <mach-o/arch.h>
46 #define kOptNameArchitecture "arch"
/macosx-10.10.1/perl-103/5.18/updates/
H A DMakefile15 PLBARGS := --installdirs core --install_path arch='$(installarchlib)' --install_path lib='$(installprivlib)' --install_path bin='$(installbin)' --install_path script='$(installbin)'
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Ddebcontrol.vim49 let arch = s:getField('Architecture', v:foldstart)
50 let ftext = substitute(foldtext(), ' *Package: *', ' [' . arch . '] ', '')
/macosx-10.10.1/xnu-2782.1.97/tools/tests/jitter/
H A DMakefile26 CFLAGS:=$(patsubst %, -arch %,$(ARCHS)) -g -Wall -Os $(ISYSROOT)
/macosx-10.10.1/xnu-2782.1.97/tools/tests/kqueue_tests/
H A DMakefile20 CFLAGS :=-g $(patsubst %, -arch %,$(ARCHS))

Completed in 130 milliseconds

1234567891011>>