Searched refs:archs (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/CPAN-52/
H A Dmake.pl7 # where xxx is a 64-bit architecture. If there are no archs left, just
23 my @archs;
33 push(@archs, $_);
44 unless(scalar(@archs) > 0) {
49 $ENV{RC_ARCHS} = join(' ', @archs);
/macosx-10.9.5/python_modules-35/2.5/
H A Dmake.pl28 # where xxx is a 64-bit architecture. If there are no archs left, just
44 my @archs;
54 push(@archs, $_);
65 unless(scalar(@archs) > 0) {
70 $ENV{RC_ARCHS} = join(' ', @archs);
/macosx-10.9.5/python_modules-35/
H A Dmake.pl28 # where xxx is a 64-bit architecture. If there are no archs left, just
44 my @archs;
54 push(@archs, $_);
65 unless(scalar(@archs) > 0) {
70 $ENV{RC_ARCHS} = join(' ', @archs);
/macosx-10.9.5/cctools-845/misc/
H A Dseg_hack.c41 struct arch *archs,
67 struct arch *archs; local
74 archs = NULL;
106 breakout(input, &archs, &narchs, FALSE);
110 process(archs, narchs);
115 writeout(archs, narchs, output, stat_buf.st_mode & 0777,
139 struct arch *archs,
148 if(archs[i].type == OFILE_ARCHIVE){
149 for(j = 0; j < archs[i].nmembers; j++){
150 if(archs[
138 process( struct arch *archs, uint32_t narchs) argument
[all...]
H A Dinout.c37 struct arch *archs,
51 struct arch *archs; local
57 archs = NULL;
84 breakout(input, &archs, &narchs, FALSE);
88 checkout(archs, narchs);
90 process(archs, narchs);
92 writeout(archs, narchs, output, 0777, TRUE, FALSE, FALSE, NULL);
115 struct arch *archs,
122 if(archs[i].type == OFILE_ARCHIVE){
123 for(j = 0; j < archs[
114 process( struct arch *archs, uint32_t narchs) argument
[all...]
H A Dcodesign_allocate.c51 struct arch *archs,
83 struct arch *archs; local
89 archs = NULL;
192 breakout(input, &archs, &narchs, FALSE);
196 checkout(archs, narchs);
198 process(archs, narchs);
207 writeout(archs, narchs, output, 0777, TRUE, FALSE, FALSE, NULL);
230 * process() walks the archs and calls setup_code_signature() to do the
236 struct arch *archs,
247 archs[
235 process( struct arch *archs, uint32_t narchs) argument
[all...]
H A Dindr.c118 struct arch *archs,
205 struct arch *archs; local
215 archs = NULL;
338 breakout(input_file, &archs, &narchs, FALSE);
343 checkout(archs, narchs);
346 translate_input(archs, narchs, arch_flags, narch_flags, all_archs,
354 writeout(archs, narchs, output_file, stat_buf.st_mode & 0777, TRUE,
441 struct arch *archs,
470 if(archs[i].type == OFILE_ARCHIVE){
471 for(j = 0; j < archs[
440 translate_input( struct arch *archs, uint32_t narchs, struct arch_flag *arch_flags, uint32_t narch_flags, enum bool all_archs, enum bool nflag) argument
[all...]
H A Dlibtool.c168 * structs hang off of 'archs'.
170 static struct arch *archs = NULL; variable in typeref:struct:arch
1500 for(k = 0; k < archs[j].nmembers; k++){
1501 if(archs[j].members[k].mh == NULL &&
1503 archs[j].members[k].lto == NULL &&
1505 archs[j].members[k].mh64 == NULL){
1510 (int)archs[j].members[k].
1512 archs[j].members[k].input_base_name);
1531 * Clean-up of ofiles[] and archs could be done here but since this
1746 * shared libraries to the archs
[all...]
H A Dinstall_name_tool.c41 struct arch *archs,
45 struct arch *archs,
139 struct arch *archs; local
147 archs = NULL;
326 breakout(input, &archs, &narchs, FALSE);
330 checkout(archs, narchs);
335 process(archs, narchs);
340 writeout(archs, narchs, output, 0777, TRUE, FALSE, FALSE, NULL);
342 write_on_input(archs, narchs, input);
371 struct arch *archs,
370 process( struct arch *archs, uint32_t narchs) argument
399 write_on_input( struct arch *archs, uint32_t narchs, char *input) argument
[all...]
H A Dctf_insert.c57 struct arch *archs,
92 struct arch *archs; local
100 archs = NULL;
166 breakout(input, &archs, &narchs, FALSE);
170 checkout(archs, narchs);
172 process(archs, narchs);
181 writeout(archs, narchs, output, 0777, TRUE, FALSE, FALSE, NULL);
203 * process() walks the archs and calls ctf_insert() to do the work.
208 struct arch *archs,
214 if(archs[
207 process( struct arch *archs, uint32_t narchs) argument
[all...]
/macosx-10.9.5/cctools-845/libstuff/
H A Dwriteout.c47 struct arch *archs,
95 * archs (of narchs size) into the specified output file (output). The file is
105 struct arch *archs,
131 writeout_to_mem(archs, narchs, output, (void **)&file, &file_size,
274 * to by archs (of narchs size). Upon successful return, *outputbuf will point
288 struct arch *archs,
341 if(narchs > 1 || archs[0].fat_arch != NULL)
350 if(archs[i].type == OFILE_ARCHIVE){
352 make_table_of_contents(archs + i, filename, toc_time, sort_toc,
354 archs[
104 writeout( struct arch *archs, uint32_t narchs, char *output, unsigned short mode, enum bool sort_toc, enum bool commons_in_toc, enum bool library_warnings, uint32_t *throttle) argument
287 writeout_to_mem( struct arch *archs, uint32_t narchs, char *filename, void **outputbuf, uint32_t *length, enum bool sort_toc, enum bool commons_in_toc, enum bool library_warnings, enum bool *seen_archive) argument
[all...]
H A Dbreakout.c36 struct arch **archs,
48 struct arch **archs,
59 struct arch **archs,
66 *archs = NULL;
88 breakout_internal(filename, archs, narchs,
102 struct arch **archs,
109 *archs = NULL;
122 breakout_internal(filename, archs, narchs,
136 struct arch **archs,
145 /* loop through the fat architectures (can't have zero archs) */
55 breakout_mem( void *membuf, uint32_t length, char *filename, struct arch **archs, uint32_t *narchs, enum bool calculate_input_prebind_cksum) argument
100 breakout( char *filename, struct arch **archs, uint32_t *narchs, enum bool calculate_input_prebind_cksum) argument
134 breakout_internal( char *filename, struct arch **archs, uint32_t *narchs, enum bool calculate_input_prebind_cksum, struct ofile *ofile) argument
425 free_archs( struct arch *archs, uint32_t narchs) argument
455 new_arch( struct arch **archs, uint32_t *narchs) argument
[all...]
H A Dcheckout.c53 struct arch *archs,
59 if(archs[i].type == OFILE_ARCHIVE){
60 for(j = 0; j < archs[i].nmembers; j++){
61 if(archs[i].members[j].type == OFILE_Mach_O){
62 check_object(archs + i, archs[i].members + j,
63 archs[i].members[j].object);
67 else if(archs[i].type == OFILE_Mach_O){
68 check_object(archs + i, NULL, archs[
52 checkout( struct arch *archs, uint32_t narchs) argument
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/
H A Dpost-config.rb25 archs = @config['target-archs']
27 cflags << archs.gsub(/\A|\s+/, ' -arch ') if archs.size > 0
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/
H A Dpre-config.rb37 archs = @config['target-archs']
39 # add archs if given
40 arch_flags = archs.gsub(/\A|\s+/, ' -arch ')
84 config_ary << [ :target_archs, archs.size > 0 ? archs : '$NATIVE_ARCH' ]
85 config_ary << [ :arch_flags, archs.size > 0 ? arch_flags : '' ]
/macosx-10.9.5/emacs-92/
H A Ddumpemacs.c264 struct fat_arch *archs = NULL, *bestArch = NULL; local
287 archs = (struct fat_arch *)(fh + 1);
295 archs[i].cputype = OSSwapBigToHostInt32(archs[i].cputype);
296 archs[i].cpusubtype = OSSwapBigToHostInt32(archs[i].cpusubtype);
297 archs[i].offset = OSSwapBigToHostInt32(archs[i].offset);
298 archs[i].size = OSSwapBigToHostInt32(archs[
393 struct fat_arch *archs = NULL, *bestArch = NULL; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl54 my @archs = split / /, $ENV{"ARCHS"};
75 for my $arch (@archs) {
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h236 struct arch **archs,
244 struct arch **archs,
249 struct arch *archs,
253 struct arch *archs,
263 struct arch *archs,
274 struct arch *archs,
/macosx-10.9.5/dcerpc-58/BuildConfig/
H A Drun-autoconf49 # We need to know something about the archs supported by the SDK
52 # unless once of the SDK archs happens to be our native arch.
58 # Get the list of archs that the SDK compiler will be able to
60 local archs=$(xcrun lipo -info ${crt1} | awk -F: '{print $3}')
63 for arch in $archs ; do
71 for arch in $archs ; do
/macosx-10.9.5/OpenLDAP-491.1/
H A Dar.sh42 local archs="$(lipo -info ${archive} |\
46 for arch in ${archs}; do
/macosx-10.9.5/net_snmp-140.1/
H A Dar.sh42 local archs="$(file ${archive} | \
47 for arch in ${archs}; do
/macosx-10.9.5/perl-92/fix/
H A Dar.sh42 local archs="$(file ${archive} | \
47 for arch in ${archs}; do
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp226 Universal::Architectures archs; local
227 fat->architectures(archs);
230 for (Universal::Architectures::const_iterator it = archs.begin();
231 it != archs.end(); ++it) {
232 if (it != archs.begin())
238 assert(archs.size() == 1);
239 return string("Mach-O thin (") + archs.begin()->displayName() + ")";
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp226 Universal::Architectures archs; local
227 fat->architectures(archs);
230 for (Universal::Architectures::const_iterator it = archs.begin();
231 it != archs.end(); ++it) {
232 if (it != archs.begin())
238 assert(archs.size() == 1);
239 return string("Mach-O thin (") + archs.begin()->displayName() + ")";
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c192 struct arch *archs,
273 struct arch *archs; local
402 ofile = breakout(input, &archs, &narchs, FALSE);
407 checkout(archs, narchs);
410 process_arch(archs, narchs);
412 free_archs(archs, narchs);
473 struct arch *archs,
482 archs->file_name);
483 if(archs->type != OFILE_Mach_O)
484 fatal("input file: %s must be a Mach-O file", archs
472 process_arch( struct arch *archs, uint32_t narchs) argument
[all...]

Completed in 195 milliseconds

12