Searched refs:arches (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/xar-254/xar/lib/
H A Dmacho.c68 struct fat_arch *arches; /* Read and buffer array of arches */ member in struct:_macho_context
121 context->arches = calloc(1,sizeof(struct fat_arch) * fh->nfat_arch);
131 context->arches = calloc(1,sizeof(struct fat_arch) * context->fath.nfat_arch);
161 context->arches[context->curarch].cputype = xar_swap32(fa->cputype);
162 context->arches[context->curarch].cpusubtype = xar_swap32(fa->cpusubtype);
163 context->arches[context->curarch].offset = xar_swap32(fa->offset);
164 context->arches[context->curarch].size = xar_swap32(fa->size);
165 context->arches[context->curarch].alighn = xar_swap32(fa->alighn);
167 memcpy(&context->arches[contex
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Drequirements.cpp77 check_arch(const std::string& arches) argument
79 const std::vector< std::string > v = atf::text::split(arches, " ");
88 return "Requires the '" + arches + "' architecture";
90 return "Requires one of the '" + arches + "' architectures";
/macosx-10.10/kext_tools-384.1.4/
H A Dkextlibs_main.c47 const NXArchInfo ** arches = NULL; // must free local
167 arches = OSKextCopyArchitectures(toolArgs.theKext);
168 if (!arches || !arches[0]) {
178 for (numArches = 0; arches[numArches]; numArches++) {
191 OSKextSetArchitecture(arches[i]);
217 /* If all the libs are the same for all arches, then just print them
233 printResult = printLibs(&toolArgs, arches[i],
248 printResult = printLibs(&toolArgs, arches[i], libInfo[i].libKexts,
255 printResult = printProblems(&toolArgs, arches[
[all...]
H A Dkextfind_query.c1162 CFArrayRef arches = NULL; // must release local
1179 arches = CFStringCreateArrayBySeparatingStrings(kCFAllocatorDefault,archString, CFSTR(","));
1180 if (!arches) {
1184 count = CFArrayGetCount(arches);
1189 archString = CFArrayGetValueAtIndex(arches, i);
1207 QEQueryElementSetArgumentsArray(element, arches);
1212 if (arches) CFRelease(arches);
1222 CFArrayRef arches)
1228 count = CFArrayGetCount(arches);
1220 _checkArches( OSKextRef theKext, CFArrayRef arches) argument
1267 CFArrayRef arches = NULL; // do not release local
1292 CFArrayRef arches = NULL; // do not release local
[all...]
H A Dmkextunpack_main.c93 How to unpack all arches from an mkext:
/macosx-10.10/PostgreSQL-97/
H A DMakefile61 AEP_Patches = arches.patch pg_config_manual_h.patch \
/macosx-10.10/PostgreSQL-97/Support/Migration_9.0_to_9.2/
H A DMakefile65 AEP_Patches = arches.patch pg_config_manual_h.patch \
/macosx-10.10/PostgreSQL-97/Support/Migration_9.1_to_9.2/
H A DMakefile65 AEP_Patches = arches.patch pg_config_manual_h.patch \
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c641 struct fat_arch *arches = (struct fat_arch *) (fat_header + 1); local
645 /* Check each preference listed against all arches in header */
661 arches[f].cputype);
663 arches[f].cpusubtype) & ~CPU_SUBTYPE_MASK;
670 arches[f].offset);
672 arches[f].size);
674 arches[f].align);

Completed in 195 milliseconds