Home
last modified time | relevance | path

Searched refs:bufferStart (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp98 ctx.bufferStart in getErrorPlace()
99 ? (ctx.bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrorPlace()
H A DWriter.cpp2875 writeEhdr<ELFT>(ctx, ctx.bufferStart, *ctx.mainPart); in writeHeader()
2876 writePhdrs<ELFT>(ctx.bufferStart + sizeof(Elf_Ehdr), *ctx.mainPart); in writeHeader()
2878 auto *eHdr = reinterpret_cast<Elf_Ehdr *>(ctx.bufferStart); in writeHeader()
2896 auto *sHdrs = reinterpret_cast<Elf_Shdr *>(ctx.bufferStart + eHdr->e_shoff); in writeHeader()
2944 ctx.bufferStart = buffer->getBufferStart(); in openFile()
2951 sec->writeTo<ELFT>(ctx, ctx.bufferStart + sec->offset, tg); in writeSectionsBinary()
2973 ctx.bufferStart + alignDown(p->firstSec->offset + p->p_filesz, 4), in writeTrapInstr()
2974 ctx.bufferStart + alignToPowerOf2(p->firstSec->offset + p->p_filesz, in writeTrapInstr()
3005 sec->writeTo<ELFT>(ctx, ctx.bufferStart + sec->offset, tg); in writeSections()
3011 sec->writeTo<ELFT>(ctx, ctx.bufferStart + sec->offset, tg); in writeSections()
[all …]
H A DConfig.h612 uint8_t *bufferStart = nullptr; member
H A DOutputSections.cpp924 const uint8_t *relocTarget = ctx.bufferStart + relOsec->offset + in checkDynRelAddends()
H A DSyntheticSections.cpp575 uint8_t *buf = ctx.bufferStart + getParent()->offset + outSecOff; in getFdeData()
3726 uint8_t *buf = ctx.bufferStart + getParent()->offset + outSecOff; in write()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp143 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportUnalignedLdrStr()
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp123 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportRangeError()
H A DSyntheticSections.h844 const uint8_t *bufferStart = nullptr; member
H A DWriter.cpp1195 in.bufferStart = buffer->getBufferStart(); in openFile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp221 const char *bufferStart = stub->getBufferStart(); in parseDosStub() local
228 if (bufferStart[0] != 'M' || bufferStart[1] != 'Z') in parseDosStub()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1617 BYTE const* const bufferStart = (BYTE const*)buffer.start; in ZSTDMT_isOverlapped() local
1620 if (rangeStart == NULL || bufferStart == NULL) in ZSTDMT_isOverlapped()
1624 BYTE const* const bufferEnd = bufferStart + buffer.capacity; in ZSTDMT_isOverlapped()
1628 if (bufferStart == bufferEnd || rangeStart == rangeEnd) in ZSTDMT_isOverlapped()
1631 return bufferStart < rangeEnd && rangeStart < bufferEnd; in ZSTDMT_isOverlapped()
/freebsd/stand/ficl/
H A Dwords.c729 char *bufferStart = buffer; in ficlSprintf() local
845 stackPushPtr(pVM->pStack, bufferStart); in ficlSprintf()
846 stackPushINT(pVM->pStack, buffer - bufferStart); in ficlSprintf()