Searched refs:HeaderPos (Results 1 – 2 of 2) sorted by relevance
235 uptr HeaderPos = 0; in retrieve() local247 HeaderPos = in retrieve()249 if (HeaderPos > CommitBase + CommitSize) in retrieve()251 if (HeaderPos < CommitBase || in retrieve()262 LargeBlock::addHeaderTag<Config>(HeaderPos)); in retrieve()575 const uptr HeaderPos = in allocate() local578 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()599 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()