Searched refs:fat (Results 26 - 50 of 84) sorted by relevance

1234

/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h28 #include <mach-o/fat.h>
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsignerutils.cpp100 BlobEditor::BlobEditor(Universal &fat, SecCodeSigner::Signer &s) argument
101 : ArchEditor(fat, s.digestAlgorithm(), 0), signer(s)
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsignerutils.cpp100 BlobEditor::BlobEditor(Universal &fat, SecCodeSigner::Signer &s) argument
101 : ArchEditor(fat, s.digestAlgorithm(), 0), signer(s)
/macosx-10.9.5/cctools-845/include/
H A DMakefile11 mach-o/nlist.h mach-o/stab.h mach-o/loader.h mach-o/fat.h \
120 stab.h loader.h fat.h swap.h getsect.h nlist.h \
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c35 #include <mach-o/fat.h>
415 struct fat_header *fat = (struct fat_header *) ((void *) file); local
416 struct fat_arch *archs = (struct fat_arch *) &fat[1];
427 /* We are assuming that we will never receive a fat file in the kernel */
430 require_action(size >= sizeof(*fat), finish,
434 /* The fat header is always big endian, so swap if necessary */
435 if (fat->magic == FAT_CIGAM) {
436 (void) swap_fat_header(fat, object->host_order);
440 if (fat->magic == FAT_MAGIC) {
443 require_action(size >= (sizeof(*fat)
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnlist.c97 #include <mach-o/fat.h>
159 /* Deal with fat file if necessary */
176 /* Read in the fat header */
185 /* Read in the fat archs */
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.h31 #include <mach-o/fat.h>
203 bool narrowed() const { return mBase != 0; } // part of a fat file
227 unsigned mArchCount; // number of architectures (if fat)
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.h31 #include <mach-o/fat.h>
203 bool narrowed() const { return mBase != 0; } // part of a fat file
227 unsigned mArchCount; // number of architectures (if fat)
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c60 #include <mach-o/fat.h>
2246 struct fat_arch *fat = NULL; local
2264 if (archInfo) fat = NXFindBestFatArch(archInfo->cputype, archInfo->cpusubtype, (struct fat_arch *)(headerBuffer + sizeof(struct fat_header)), numFatHeaders);
2265 if (!fat && curArch != 0) fat = NXFindBestFatArch((cpu_type_t)curArch, (cpu_subtype_t)0, (struct fat_arch *)(headerBuffer + sizeof(struct fat_header)), numFatHeaders);
2266 if (!fat) fat = (struct fat_arch *)(headerBuffer + sizeof(struct fat_header));
2277 if (fat) {
2278 if (fd >= 0 && lseek(fd, fat->offset, SEEK_SET) == (off_t)fat
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.css50 .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
/macosx-10.9.5/msdosfs-198/fsck_msdos.tproj/
H A Dfat.c768 int isdirty(int fs, struct bootblock *boot, int fat) argument
786 offset = boot->ResSectors + fat * boot->FATsecs;
/macosx-10.9.5/Libc-997.90.3/os/
H A Dassumes.c29 #include <mach-o/fat.h>
/macosx-10.9.5/cctools-845/ar/
H A Darchive.c82 #include <mach-o/fat.h>
196 fprintf(stderr, "ar: %s is a fat file (use "
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h36 #include <mach-o/fat.h>
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkclist_main.c21 #include <mach-o/fat.h>
H A Dkctool_main.c12 #include <mach-o/fat.h>
H A Dmkextunpack_main.c35 #include <mach-o/fat.h>
95 Unpack each arch in a fat mkext to a separate array of kexts.
115 fprintf(stderr, " -a arch: pick architecture from fat mkext file\n");
347 "Can't read mkext fat header.");
/macosx-10.9.5/swig-10/Lib/allegrocl/
H A Dallegrocl.swg207 :external-format #+little-endian :fat-le #-little-endian :fat)\n
213 :external-format #+little-endian :fat-le #-little-endian :fat))";
297 (excl:find-external-format :fat)
298 (excl:find-external-format :fat-le)
/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c32 #include <mach-o/fat.h>
/macosx-10.9.5/objc4-551.1/
H A Dmarkgc.c32 #include <mach-o/fat.h>
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclLoadDyld.c60 #include <mach-o/fat.h>
672 "fat cputype %d subtype %d",
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclLoadDyld.c61 #include <mach-o/fat.h>
674 "fat cputype %d subtype %d",
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfstab.vim111 " Options: fat
117 syn match fsOptionsKeywords contained /\<fat=/ nextgroup=fsOptionsFatType
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBasePluginPackage.mm50 #import <mach-o/fat.h>
404 // We have a fat (universal) binary
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h32 #import <mach-o/fat.h>

Completed in 187 milliseconds

1234