Searched refs:HeaderPos (Results 1 – 2 of 2) sorted by relevance
399 const uptr HeaderPos = AllocPos - HeadersSize; in retrieve() local402 if (HeaderPos > CommitBase + CommitSize) in retrieve()406 if (HeaderPos < CommitBase || in retrieve()411 const uptr Diff = roundDown(HeaderPos, PageSize) - CommitBase; in retrieve()420 EntryHeaderPos = HeaderPos; in retrieve()425 (CommitBase + CommitSize - HeaderPos) / FragmentedBytesDivisor; in retrieve()839 const uptr HeaderPos = AllocPos - getHeadersSize(); in allocate() local841 DCHECK_GE(HeaderPos, MapBase + getGuardPageSize()); in allocate()843 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()863 return reinterpret_cast<void *>(HeaderPos + LargeBlock::getHeaderSize()); in allocate()
51 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch() local53 Header = getUniversalBinaryStruct<MachO::fat_arch>(HeaderPos); in ObjectForArch()55 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch() local57 Header64 = getUniversalBinaryStruct<MachO::fat_arch_64>(HeaderPos); in ObjectForArch()