Searched refs:HeaderPos (Results 1 – 2 of 2) sorted by relevance
297 const uptr HeaderPos = AllocPos - HeadersSize; in retrieve() local298 if (HeaderPos > CommitBase + CommitSize) in retrieve()300 if (HeaderPos < CommitBase || in retrieve()305 const uptr Diff = HeaderPos - CommitBase; in retrieve()309 (CommitBase + CommitSize - HeaderPos) / FragmentedBytesDivisor; in retrieve()312 EntryHeaderPos = HeaderPos; in retrieve()321 EntryHeaderPos = HeaderPos; in retrieve()652 const uptr HeaderPos = AllocPos - getHeadersSize(); in allocate() local654 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()674 return reinterpret_cast<void *>(HeaderPos + LargeBlock::getHeaderSize()); in allocate()
52 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch() local54 Header = getUniversalBinaryStruct<MachO::fat_arch>(HeaderPos); in ObjectForArch()56 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch() local58 Header64 = getUniversalBinaryStruct<MachO::fat_arch_64>(HeaderPos); in ObjectForArch()