Home
last modified time | relevance | path

Searched refs:HeaderPos (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h235 uptr HeaderPos = 0; in retrieve() local
247 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() local
578 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()
599 return reinterpret_cast<void *>(HeaderPos + LargeBlock::getHeaderSize()); in allocate()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOUniversal.cpp52 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch() local
54 Header = getUniversalBinaryStruct<MachO::fat_arch>(HeaderPos); in ObjectForArch()
56 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch() local
58 Header64 = getUniversalBinaryStruct<MachO::fat_arch_64>(HeaderPos); in ObjectForArch()