Searched refs:fat (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DWatchpoint.cpp85 WatchpointSet* fat = adoptRef(new WatchpointSet(InitializedBlind)).leakRef(); local
87 fat->m_isInvalidated = true;
89 fat->m_isWatched = true;
90 m_data = bitwise_cast<uintptr_t>(fat);
91 return fat;
97 fat()->deref();
H A DWatchpoint.h130 return fat()->hasBeenInvalidated();
144 fat()->startWatching();
153 fat()->notifyWrite();
169 WatchpointSet* fat() function in class:JSC::InlineWatchpointSet
175 const WatchpointSet* fat() const function in class:JSC::InlineWatchpointSet
184 return fat();
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_fat.h34 #include <mach-o/fat.h>
H A Dmach_fat.c36 #include <mach-o/fat.h>
45 * Function: Locate the architecture-dependant contents of a fat
48 * Args: vp: The vnode for the fat file.
49 * header: A pointer to the fat file header.
190 * in a fat file should be skipped or graded.
198 * Function: Locate the architecture-dependant contents of a fat
201 * Args: vp: The vnode for the fat file.
203 * header: A pointer to the fat file header.
/macosx-10.9.5/msdosfs-198/newfs_msdos.tproj/
H A Dnewfs_msdos.c131 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \
132 (fat) == 16 ? MINCLS16 : \
135 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \
136 (fat) == 16 ? MAXCLS16 : \
339 static void sd_card_set_defaults(const char *path, u_int *fat, struct bpb *bpb);
376 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
526 if (!(fat = opt_F)) {
528 fat
1200 sd_card_set_defaults(const char *path, u_int *fat, struct bpb *bpb) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A DMakefile11 fat.h \
/macosx-10.9.5/msdosfs-198/
H A Dtest_fsck.py305 clusters = v.fat.find(9)
306 head = v.fat.chain(clusters)
308 head = v.fat.allocate(3, last=clusters[7])
310 head = v.fat.allocate(5, last=clusters[8])
353 clusters = v.fat.find(5)
355 head = v.fat.chain(clusters)
360 clusters = v.fat.find(5)
361 head = v.fat.chain(clusters)
363 v.fat[clusters[2]] = CLUST_RSRVD
367 clusters = v.fat
[all...]
H A Dmsdosfs.py258 self.fat = self.FAT12(self)
261 self.fat = self.FAT16(self)
264 self.fat = self.FAT32(self)
286 self.fat.flush()
300 cluster = self.fat.chain(self.fat.find(count, start), last)
646 cluster = self.volume.fat[cluster]
677 cluster = self.volume.fat[cluster]
686 cluster = self.volume.fat[cluster]
722 cluster = self.volume.fat[cluste
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dfat_util.h31 #include <mach-o/fat.h>
66 * @param macho_only Pass true to require the file data be either fat or a
68 * false to allow a non-fat file to contain any kind of data.
72 * if macho_only is true and the file is neither fat nor a Mach-O file,
88 * @param macho_only Pass true to require the file data be either fat or a
90 * false to allow a non-fat file to contain any kind of data.
94 * if macho_only is true and the file is neither fat nor a Mach-O file,
114 * @abstract Return how many arches are in the data of a fat iterator.
126 * a fat file or a thin Mach-O file, false otherwise.
129 * a fat fil
[all...]
/macosx-10.9.5/msdosfs-198/fsck_msdos.tproj/
H A Dext.h139 int isdirty(int fs, struct bootblock *boot, int fat);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Ddetachedrep.cpp53 if (Universal *fat = orig->mainExecutableImage())
54 if (const BlobCore *blob = dsblob->find(fat->bestNativeArch().cpuType()))
H A Dsigner.cpp83 if (Universal *fat = state.mNoMachO ? NULL : rep->mainExecutableImage()) {
84 signMachO(fat, context);
101 if (Universal *fat = state.mNoMachO ? NULL : rep->mainExecutableImage()) {
103 MachOEditor editor(rep->writer(), *fat, kSecCodeSignatureNoHash, rep->mainExecutablePath());
387 // Note that this will deal just fine with non-fat Mach-O binaries, but it will
391 void SecCodeSigner::Signer::signMachO(Universal *fat, const Requirement::Context &context) argument
395 ? static_cast<ArchEditor *>(new BlobEditor(*fat, *this))
396 : new MachOEditor(rep->writer(), *fat, this->digestAlgorithm(), rep->mainExecutablePath()));
404 arch.source.reset(fat->architecture(it->first));
615 // of a fat binar
[all...]
H A Dsignerutils.h84 ArchEditor(Universal &fat, CodeDirectory::HashAlgorithm hashType, uint32_t attrs);
131 BlobEditor(Universal &fat, SecCodeSigner::Signer &s);
148 // An ArchEditor that writes its signatures into a (fat) binary file.
H A Dsigner.h66 void signMachO(Universal *fat, const Requirement::Context &context); // sign a Mach-O binary
H A Dmachorep.cpp225 if (Universal *fat = mainExecutableImage()) {
227 fat->architectures(archs);
228 if (fat->isUniversal()) {
H A DStaticCode.cpp671 if (Universal *fat = mRep->mainExecutableImage())
672 fd.seek(fat->archOffset());
1435 // but it also adds two matrix dimensions: architecture (for "fat" Mach-O binaries)
1480 if (Universal *fat = this->diskRep()->mainExecutableImage()) // Mach-O
1481 if (MachO *mach = fat->architecture()) {
1488 if (Universal *fat = this->diskRep()->mainExecutableImage())
1489 if (MachO *mach = fat->architecture()) {
1501 // of a fat binary and calls a block on them.
1507 if (Universal *fat = this->diskRep()->mainExecutableImage()) {
1509 fat
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Ddetachedrep.cpp53 if (Universal *fat = orig->mainExecutableImage())
54 if (const BlobCore *blob = dsblob->find(fat->bestNativeArch().cpuType()))
H A Dsigner.cpp83 if (Universal *fat = state.mNoMachO ? NULL : rep->mainExecutableImage()) {
84 signMachO(fat, context);
101 if (Universal *fat = state.mNoMachO ? NULL : rep->mainExecutableImage()) {
103 MachOEditor editor(rep->writer(), *fat, kSecCodeSignatureNoHash, rep->mainExecutablePath());
387 // Note that this will deal just fine with non-fat Mach-O binaries, but it will
391 void SecCodeSigner::Signer::signMachO(Universal *fat, const Requirement::Context &context) argument
395 ? static_cast<ArchEditor *>(new BlobEditor(*fat, *this))
396 : new MachOEditor(rep->writer(), *fat, this->digestAlgorithm(), rep->mainExecutablePath()));
404 arch.source.reset(fat->architecture(it->first));
615 // of a fat binar
[all...]
H A Dsignerutils.h84 ArchEditor(Universal &fat, CodeDirectory::HashAlgorithm hashType, uint32_t attrs);
131 BlobEditor(Universal &fat, SecCodeSigner::Signer &s);
148 // An ArchEditor that writes its signatures into a (fat) binary file.
H A Dsigner.h66 void signMachO(Universal *fat, const Requirement::Context &context); // sign a Mach-O binary
H A Dmachorep.cpp225 if (Universal *fat = mainExecutableImage()) {
227 fat->architectures(archs);
228 if (fat->isUniversal()) {
H A DStaticCode.cpp671 if (Universal *fat = mRep->mainExecutableImage())
672 fd.seek(fat->archOffset());
1435 // but it also adds two matrix dimensions: architecture (for "fat" Mach-O binaries)
1480 if (Universal *fat = this->diskRep()->mainExecutableImage()) // Mach-O
1481 if (MachO *mach = fat->architecture()) {
1488 if (Universal *fat = this->diskRep()->mainExecutableImage())
1489 if (MachO *mach = fat->architecture()) {
1501 // of a fat binary and calls a block on them.
1507 if (Universal *fat = this->diskRep()->mainExecutableImage()) {
1509 fat
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dcodesign.c31 #include <mach-o/fat.h>
274 result = load_code_signature(binary, 0 /*non fat*/);
283 struct fat_header fat; local
285 require(1 == fread(&fat, sizeof(fat), 1, binary), out);
286 require(ntohl(fat.magic) == FAT_MAGIC, out);
287 uint32_t slice, slices = ntohl(fat.nfat_arch);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o-target.c38 #error Mach-O fat files must always be big-endian.
/macosx-10.9.5/file-46/file/src/
H A Dreadmacho.c33 #include <mach-o/fat.h>

Completed in 182 milliseconds

1234