Searched refs:HeaderPos (Results 1 – 2 of 2) sorted by relevance
322 const uptr HeaderPos = AllocPos - HeadersSize; in retrieve() local323 if (HeaderPos > CommitBase + CommitSize) in retrieve()325 if (HeaderPos < CommitBase || in retrieve()330 const uptr Diff = HeaderPos - CommitBase; in retrieve()334 (CommitBase + CommitSize - HeaderPos) / FragmentedBytesDivisor; in retrieve()337 EntryHeaderPos = HeaderPos; in retrieve()346 EntryHeaderPos = HeaderPos; in retrieve()678 const uptr HeaderPos = AllocPos - getHeadersSize(); in allocate() local680 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()700 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()