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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbbidata.cpp76 fHeader = data;
77 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3)
92 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable);
95 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable);
98 fSafeFwdTable = (RBBIStateTable *)((char *)data + fHeader->fSFTable);
101 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable);
106 (uint8_t *)data + fHeader->fTrie,
107 fHeader->fTrieLen,
115 fRuleSource = (UChar *)((char *)data + fHeader
[all...]
H A Drbbidata.h118 /* Array Size is actually fData->fHeader->fCatCount */
170 const RBBIDataHeader *fHeader; member in class:RBBIDataWrapper
H A Drbbi.cpp1103 U_ASSERT(category<fData->fHeader->fCatCount);
1323 U_ASSERT(category<fData->fHeader->fCatCount);
1510 retPtr = (const uint8_t *)fData->fHeader;
1511 length = fData->fHeader->fLength;
/macosx-10.10.1/llvmCore-3425.0.34/runtime/libprofile/
H A DPathProfiling.c93 PathProfileHeader fHeader; local
94 fHeader.fnNumber = fNumber;
95 fHeader.numEntries = pathCounts;
100 if (write(outFile, &fHeader, sizeof(PathProfileHeader)) < 0) {
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp106 const macho_header<P>* fHeader; member in class:Rebaser
128 fHeader = (const macho_header<P>*)fLayout.getSegments()[0].mappedAddress();
129 switch ( fHeader->filetype() ) {
149 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>));
150 const uint32_t cmd_count = fHeader->ncmds();
258 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>));
259 const uint32_t cmd_count = fHeader->ncmds();
264 if ( (fHeader->flags() & MH_PREBOUND) != 0 ) {
274 if ( (fHeader->flags() & MH_PREBOUND) != 0 ) {
408 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader
[all...]
H A DMachOBinder.hpp168 fOriginallyPrebound = ((this->fHeader->flags() & MH_PREBOUND) != 0);
170 ((macho_header<P>*)this->fHeader)->set_flags(this->fHeader->flags() | MH_PREBOUND | MH_SPLIT_SEGS | 0x80000000);
174 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>));
175 const uint32_t cmd_count = this->fHeader->ncmds();
345 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>));
346 const uint32_t cmd_count = this->fHeader->ncmds();
405 if ( (this->fHeader->flags() & MH_NO_REEXPORTED_DYLIBS) == 0 ) {
545 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>));
546 const uint32_t cmd_count = this->fHeader
[all...]
H A Dupdate_dyld_shared_cache.cpp1510 const macho_header<P>* fHeader; member in class:LinkEditOptimizer
1566 fHeader = (const macho_header<P>*)fLayout.getSegments()[0].mappedAddress();
1577 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>));
1578 const uint32_t cmd_count = fHeader->ncmds();
1679 localInfo.dylibOffset = ((uint8_t*)fHeader) - cacheStart;
1833 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>));
1834 const uint32_t cmd_count = fHeader->ncmds();
1954 macho_header<P>* writableHeader = (macho_header<P>*)fHeader;
1956 writableHeader->set_sizeofcmds((uint8_t*)dstCmd - ((uint8_t*)fHeader + sizeof(macho_header<P>)));
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOLocalConfigDirectory.h48 UInt32 fHeader; // Num entries and CRC. member in class:IOLocalConfigDirectory
H A DIOLocalConfigDirectory.cpp87 return &fHeader;
140 romBase = &fHeader;

Completed in 181 milliseconds