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.h322 const uptr HeaderPos = AllocPos - HeadersSize; in retrieve() local
323 if (HeaderPos > CommitBase + CommitSize) in retrieve()
325 if (HeaderPos < CommitBase || in retrieve()
330 const uptr Diff = HeaderPos - CommitBase; in retrieve()
334 (CommitBase + CommitSize - HeaderPos) / FragmentedBytesDivisor; in retrieve()
337 EntryHeaderPos = HeaderPos; in retrieve()
346 EntryHeaderPos = HeaderPos; in retrieve()
678 const uptr HeaderPos = AllocPos - getHeadersSize(); in allocate() local
680 LargeBlock::addHeaderTag<Config>(HeaderPos)); in allocate()
700 return reinterpret_cast<void *>(HeaderPos + LargeBlock::getHeaderSize()); in allocate()
/freebsd/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()