Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h222 uptr HeaderPos; in retrieve() local
234 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() local
564 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()
585 return reinterpret_cast<void *>(HeaderPos + LargeBlock::getHeaderSize()); in allocate()
/freebsd-13.1/contrib/llvm-project/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()