Searched refs:arch (Results 1 - 25 of 765) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Makefiles/11/
H A DMakefile1 DEFAULT_ARCHFLAGS = -arch x86_64
/macosx-10.9.5/CPANInternal-140/Makefiles/12/
H A DMakefile1 DEFAULT_ARCHFLAGS = -arch x86_64
/macosx-10.9.5/cups-372.4/
H A Dgetldarchflags.sh13 if test $opt != -arch; then
17 arch=$1
20 case $arch in
22 ldarchflags="$ldarchflags -arch $arch"
H A Dmakedarwinup20 buildit -project cups -arch i386 -arch x86_64 -offline -archive -archiveName cups-$1 -archiveOutputDir ~/Desktop -dsymsInDstroot -buildAllAliases -noverify . || exit 1
/macosx-10.9.5/CPANInternal-140/Makefiles/13/
H A DMakefile1 DEFAULT_ARCHFLAGS = -arch x86_64
/macosx-10.9.5/cctools-845/libstuff/
H A Dbreakout.c36 struct arch **archs,
42 struct arch *arch,
45 struct arch *arch,
47 static struct arch *new_arch(
48 struct arch **archs,
51 struct arch *arch);
59 struct arch **arch
141 struct arch *arch; local
220 breakout_loop_through_archive( char *filename, struct arch *arch, struct ofile *ofile) argument
353 cksum_object( struct arch *arch, enum bool calculate_input_prebind_cksum) argument
459 struct arch *arch; local
470 new_member( struct arch *arch) argument
[all...]
H A Dfatal_arch.c36 struct arch *arch,
48 fprintf(stderr, "%s(%.*s)", arch->file_name,
52 fprintf(stderr, "%s", arch->file_name);
53 if(arch->fat_arch_name != NULL)
54 fprintf(stderr, " (for architecture %s)\n", arch->fat_arch_name);
66 struct arch *arch,
78 fprintf(stderr, "%s(%.*s)", arch->file_name,
82 fprintf(stderr, "%s", arch
35 warning_arch( struct arch *arch, struct member *member, char *format, ...) argument
65 error_arch( struct arch *arch, struct member *member, char *format, ...) argument
96 fatal_arch( struct arch *arch, struct member *member, char *format, ...) argument
[all...]
H A Dcheckout.c31 struct arch *arch,
36 struct arch *arch,
41 struct arch *arch,
46 struct arch *arch,
53 struct arch *archs,
76 struct arch *arc
75 check_object( struct arch *arch, struct member *member, struct object *object) argument
308 dyld_order( struct arch *arch, struct member *member, struct object *object) argument
541 order_error( struct arch *arch, struct member *member, char *reason) argument
552 symbol_string_at_end( struct arch *arch, struct member *member, struct object *object) argument
[all...]
/macosx-10.9.5/KerberosHelper-148/scripts/
H A Dtest-build.sh5 buildit . -project=KerberosHelper -release $release -rootsDirectory $HOME/BuildRoots -arch i386 -arch x86_64 -merge / "$@"
6 buildit . -project=KerberosHelper_executables -target KerberosHelper_executables -release $release -rootsDirectory $HOME/BuildRoots -arch x86_64 -merge / "$@"
/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkext1_file.h27 CFDataRef createMkext1ForArch(const NXArchInfo * arch, CFArrayRef archiveKexts,
/macosx-10.9.5/configd-596.15/
H A DMakefile13 -arch i386 -arch x86_64 -arch ppc \
28 -arch i386 -arch x86_64 -arch ppc \
51 -arch i386 -arch x86_64 \
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dplatform.rb17 arch = Gem::ConfigMap[:arch]
18 arch = "#{arch}_60" if arch =~ /mswin32$/
19 @local ||= new(arch)
30 def self.new(arch) # :nodoc:
31 case arch
41 def initialize(arch)
42 case arch
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dnlm.c50 enum bfd_architecture arch,
53 bfd_default_set_arch_mach (abfd, arch, machine);
54 return arch == nlm_architecture (abfd);
49 nlm_set_arch_mach(bfd * abfd, enum bfd_architecture arch, unsigned long machine) argument
H A Dcpu-spu.c27 BFD_ASSERT (a->arch == bfd_arch_spu);
28 switch (b->arch)
H A Dcpu-z8k.c32 if (a->arch != b->arch || a->mach != b->mach)
H A Darchures.c72 . bfd_arch_unknown, {* File arch not known. *}
411 . enum bfd_architecture arch;
417 . The default arch should be the first entry for an arch so that
418 . all the entries for that arch can be accessed via <<next>>. *}
694 if (((ubfd = abfd) && ubfd->arch_info->arch == bfd_arch_unknown)
695 || ((ubfd = bbfd) && ubfd->arch_info->arch == bfd_arch_unknown))
756 (bfd *abfd, enum bfd_architecture arch, unsigned long mach);
760 to @var{arch} and @var{mach}. Find the correct
767 enum bfd_architecture arch,
766 bfd_default_set_arch_mach(bfd *abfd, enum bfd_architecture arch, unsigned long mach) argument
901 enum bfd_architecture arch; local
1137 bfd_lookup_arch(enum bfd_architecture arch, unsigned long machine) argument
1171 bfd_printable_arch_mach(enum bfd_architecture arch, unsigned long machine) argument
1216 bfd_arch_mach_octets_per_byte(enum bfd_architecture arch, unsigned long mach) argument
[all...]
/macosx-10.9.5/cxxfilt-11/
H A DGNUSource.make94 Environment += CC="$(CC) -arch $$arch" CXX="$(CXX) -arch $$arch"
95 Environment += AS="$(AS) -arch $$arch" LD="$(LD) -arch $$arch"
96 Environment += NM="nm -arch $$arch"
[all...]
/macosx-10.9.5/CPAN-52/
H A Dmake.pl26 my $arch = 0;
28 if($arch) {
32 push(@cflags, '-arch', $_);
35 $arch = 0;
38 if($_ eq '-arch') {
39 $arch = 1;
/macosx-10.9.5/libunwind-35.3/testsuite/dwarf_cache_dlclose.mk/
H A DMakefile6 @g++ foo.cxx -dynamiclib -o libfoo.dylib -arch i386 -arch x86_64 -Wl,-no_compact_unwind
7 @gcc main.c -arch i386 -o main-i386
8 @./main-i386 && echo "PASS dwarf-cache-dlclose -arch i386"
9 @gcc main.c -arch x86_64 -o main-x86_64
10 @./main-x86_64 && echo "PASS dwarf-cache-dlclose -arch x86_64"
11 # @gcc main.c -arch ppc -o main-ppc
12 # @./main-ppc && echo "PASS dwarf-cache-dlclose -arch ppc"
/macosx-10.9.5/python_modules-35/2.5/
H A Dmake.pl47 my $arch = 0;
49 if($arch) {
53 push(@cflags, '-arch', $_);
56 $arch = 0;
59 if($_ eq '-arch') {
60 $arch = 1;
/macosx-10.9.5/python_modules-35/
H A Dmake.pl47 my $arch = 0;
49 if($arch) {
53 push(@cflags, '-arch', $_);
56 $arch = 0;
59 if($_ eq '-arch') {
60 $arch = 1;
/macosx-10.9.5/xnu-2422.115.4/tools/lockstat/
H A DMakefile1 CFLAGS=-g -Os -arch x86_64 -arch i386
/macosx-10.9.5/curl-78.94.1/curl/packages/Linux/RPM/
H A Dmake_curl_rpm9 arch=`rpm --showrc | awk 'NF == 3 && $2 == "_arch" { print $3 }'`
50 sed -e 's/^Packager: .*/Packager: $packager_name $packager_email/' $specs_dir/$target.spec > $specs_dir/$target-$version-$arch.spec
53 if ! rpm -ba $specs_dir/$target-$version-$arch.spec
55 echo "error building $target for $arch -- check output above"
58 echo "$target rpm is now in $rpms_dir/$arch"
/macosx-10.9.5/Libsystem-1197.1.1/xcodescripts/
H A Dlinker_arguments.sh19 for arch in ${ARCHS}; do
21 OUTPUTFILE="${OUTPUTDIR}/linker_arguments.${arch}.${variant}.txt"
26 ACTUALLIBS="${TEMPDIR}/${arch}.${variant}.actuallibs"
27 ALLLIBS="${TEMPDIR}/${arch}.${variant}.alllibs"
28 FROMUSRLIBSYSTEM="${TEMPDIR}/${arch}.${variant}.fromusrlibsystem"
29 FROMUSRLOCALLIBSYSTEM="${TEMPDIR}/${arch}.${variant}.fromusrlocallibsystem"
30 INUSRLIBSYSTEM="${TEMPDIR}/${arch}.${variant}.inusrlibsystem"
31 INUSRLOCALLIBSYSTEM="${TEMPDIR}/${arch}.${variant}.inusrlocallibsystem"
32 MISSINGLIBS="${TEMPDIR}/${arch}.${variant}.missinglibs"
33 POSSIBLEUSRLOCALLIBSYSTEM="${TEMPDIR}/${arch}
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/
H A DMake.ppc64.sh1 gcc -arch ppc64 ./io/tst.fds.c -o a.out; mv a.out ./io/tst.fds.exe
2 gcc -arch ppc64 ./pid/tst.args1.c -o a.out; mv a.out ./pid/tst.args1.exe
3 gcc -arch ppc64 ./pid/tst.float.c -o a.out; mv a.out ./pid/tst.float.exe
4 gcc -arch ppc64 ./pid/tst.fork.c -o a.out; mv a.out ./pid/tst.fork.exe
5 gcc -arch ppc64 ./pid/tst.gcc.c -o a.out; mv a.out ./pid/tst.gcc.exe
6 gcc -arch ppc64 ./pid/tst.ret1.c -o a.out; mv a.out ./pid/tst.ret1.exe
7 gcc -arch ppc64 ./pid/tst.ret2.c -o a.out; mv a.out ./pid/tst.ret2.exe
8 gcc -arch ppc64 ./pid/tst.vfork.c -o a.out; mv a.out ./pid/tst.vfork.exe
9 # gcc -arch ppc64 ./pid/tst.weak1.c -o a.out; mv a.out ./pid/tst.weak1.exe
10 # gcc -arch ppc6
[all...]

Completed in 1021 milliseconds

1234567891011>>