Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h399 const uptr HeaderPos = AllocPos - HeadersSize; in retrieve() local
402 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() local
841 DCHECK_GE(HeaderPos, MapBase + getGuardPageSize()); in allocate()
843 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()
863 return reinterpret_cast<void *>(HeaderPos + LargeBlock::getHeaderSize()); in allocate()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp51 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch() local
53 Header = getUniversalBinaryStruct<MachO::fat_arch>(HeaderPos); in ObjectForArch()
55 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch() local
57 Header64 = getUniversalBinaryStruct<MachO::fat_arch_64>(HeaderPos); in ObjectForArch()