Searched refs:HeaderPos (Results 1 – 2 of 2) sorted by relevance
222 uptr HeaderPos; in retrieve() local234 HeaderPos = in retrieve()236 if (HeaderPos > CommitBase + CommitSize) in retrieve()238 if (HeaderPos < CommitBase || in retrieve()249 LargeBlock::addHeaderTag<Config>(HeaderPos)); in retrieve()561 const uptr HeaderPos = in allocate() local564 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()585 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()