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

123

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DWatchpoint.cpp92 WatchpointSet* fat = adoptRef(new WatchpointSet(decodeState(m_data))).leakRef(); local
94 m_data = bitwise_cast<uintptr_t>(fat);
95 return fat;
101 fat()->deref();
H A DWatchpoint.h186 return fat(data)->hasBeenInvalidated();
202 fat()->startWatching();
212 fat()->fireAll();
224 fat()->touch();
256 static WatchpointSet* fat(uintptr_t data) function in class:JSC::InlineWatchpointSet
261 WatchpointSet* fat() function in class:JSC::InlineWatchpointSet
264 return fat(m_data);
267 const WatchpointSet* fat() const function in class:JSC::InlineWatchpointSet
270 return fat(m_data);
276 return fat();
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_fat.h34 #include <mach-o/fat.h>
/macosx-10.10/msdosfs-209.1.1/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.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A DMakefile11 fat.h \
/macosx-10.10/msdosfs-209.1.1/
H A Dtest_fsck.py311 clusters = v.fat.find(9)
312 head = v.fat.chain(clusters)
314 head = v.fat.allocate(3, last=clusters[7])
316 head = v.fat.allocate(5, last=clusters[8])
359 clusters = v.fat.find(5)
361 head = v.fat.chain(clusters)
366 clusters = v.fat.find(5)
367 head = v.fat.chain(clusters)
369 v.fat[clusters[2]] = CLUST_RSRVD
373 clusters = v.fat
[all...]
H A Dmsdosfs.py318 self.fat = self.FAT12(self)
321 self.fat = self.FAT16(self)
324 self.fat = self.FAT32(self)
346 self.fat.flush()
360 cluster = self.fat.chain(self.fat.find(count, start), last)
707 cluster = self.volume.fat[cluster]
738 cluster = self.volume.fat[cluster]
747 cluster = self.volume.fat[cluster]
783 cluster = self.volume.fat[cluste
[all...]
H A Dtest_msdos_userfs.py256 clusters = volume.fat.find(3)
409 clusters = volume.fat.find(2)
414 clusters = volume.fat.find(1)
415 volume.fat.chain(clusters)
428 clusters = volume.fat.find(11)
431 volume.fat.chain(clusters)
439 head = volume.fat.find(1)[0]
442 volume.fat.chain(clusters)
/macosx-10.10/IOKitUser-1050.1.21/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.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dext.h139 int isdirty(int fs, struct bootblock *boot, int fat);
/macosx-10.10/Security-57031.1.35/Security/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());
390 // Note that this will deal just fine with non-fat Mach-O binaries, but it will
394 void SecCodeSigner::Signer::signMachO(Universal *fat, const Requirement::Context &context) argument
398 ? static_cast<ArchEditor *>(new BlobEditor(*fat, *this))
399 : new MachOEditor(rep->writer(), *fat, this->digestAlgorithm(), rep->mainExecutablePath()));
407 arch.source.reset(fat->architecture(it->first));
626 // 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
/macosx-10.10/Security-57031.1.35/Security/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());
390 // Note that this will deal just fine with non-fat Mach-O binaries, but it will
394 void SecCodeSigner::Signer::signMachO(Universal *fat, const Requirement::Context &context) argument
398 ? static_cast<ArchEditor *>(new BlobEditor(*fat, *this))
399 : new MachOEditor(rep->writer(), *fat, this->digestAlgorithm(), rep->mainExecutablePath()));
407 arch.source.reset(fat->architecture(it->first));
626 // 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
/macosx-10.10/Security-57031.1.35/codesign_wrapper/
H A Dcodesign.c14 #include <mach-o/fat.h>
241 result = load_code_signature(binary, 0 /*non fat*/);
247 struct fat_header fat; local
249 require(1 == fread(&fat, sizeof(fat), 1, binary), out);
250 require(htonl(fat.magic) == FAT_MAGIC, out);
251 uint32_t slice, slices = htonl(fat.nfat_arch);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/
H A DMakefile59 fat:
H A DMakefile.lib92 fat:
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c31 #include <mach-o/fat.h>
277 result = load_code_signature(binary, 0 /*non fat*/);
286 struct fat_header fat; local
288 require(1 == fread(&fat, sizeof(fat), 1, binary), out);
289 require(ntohl(fat.magic) == FAT_MAGIC, out);
290 uint32_t slice, slices = ntohl(fat.nfat_arch);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/
H A DMakefile.lib93 fat:
H A DMakefile49 fat:
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o-target.c38 #error Mach-O fat files must always be big-endian.

Completed in 149 milliseconds

123