Searched refs:mFlip (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.h56 template <class Int> Int flip(Int x) const { return mFlip ? Security::flip(x) : x; }
149 bool mFlip; // need to flip all integers? member in class:DYLDCache
H A Dmacho++.h89 { return mFlip ? Security::flip(value) : value; }
91 bool isFlipped() const { return mFlip; }
128 bool mFlip; // wrong byte order (flip all integers) member in class:Security::MachOBase
H A Ddyldcache.cpp84 mFlip = *((const uint8_t *)&mArch->order) != 0x12;
H A Dmacho++.cpp127 mFlip = false;
131 mFlip = true;
135 mFlip = false;
139 mFlip = true;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.h56 template <class Int> Int flip(Int x) const { return mFlip ? Security::flip(x) : x; }
149 bool mFlip; // need to flip all integers? member in class:DYLDCache
H A Dmacho++.h89 { return mFlip ? Security::flip(value) : value; }
91 bool isFlipped() const { return mFlip; }
128 bool mFlip; // wrong byte order (flip all integers) member in class:Security::MachOBase
H A Ddyldcache.cpp84 mFlip = *((const uint8_t *)&mArch->order) != 0x12;
H A Dmacho++.cpp127 mFlip = false;
131 mFlip = true;
135 mFlip = false;
139 mFlip = true;

Completed in 168 milliseconds