Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.cpp102 Out::bufferStart in getErrPlace()
103 ? (Out::bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrPlace()
H A DWriter.cpp2871 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
2872 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()
2874 auto *eHdr = reinterpret_cast<Elf_Ehdr *>(Out::bufferStart); in writeHeader()
2888 auto *sHdrs = reinterpret_cast<Elf_Shdr *>(Out::bufferStart + eHdr->e_shoff); in writeHeader()
2936 Out::bufferStart = buffer->getBufferStart(); in openFile()
2942 sec->writeTo<ELFT>(Out::bufferStart + sec->offset); in writeSectionsBinary()
2963 Out::bufferStart + alignTo(p->firstSec->offset + p->p_filesz, in writeTrapInstr()
2987 sec->writeTo<ELFT>(Out::bufferStart + sec->offset); in writeSections()
2991 sec->writeTo<ELFT>(Out::bufferStart + sec->offset); in writeSections()
2997 sec->checkDynRelAddends(Out::bufferStart); in writeSections()
[all …]
H A DOutputSections.h130 static uint8_t *bufferStart; member
H A DOutputSections.cpp35 uint8_t *Out::bufferStart; member in Out
H A DSyntheticSections.cpp555 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in getFdeData()
3053 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in write()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4internal.h342 uint8_t* bufferStart; /* obsolete, used for slideInputBuffer */ member
360 unsigned char* bufferStart; /* obsolete, used for slideInputBuffer */ member
H A Dlz4.c1437 lz4ds->internal_donotuse.bufferStart = base; in LZ4_init()
1457 int dictSize = LZ4_saveDict((LZ4_stream_t*)LZ4_Data, (char*)ctx->bufferStart, 64 KB); in LZ4_slideInputBuffer()
1458 return (char*)(ctx->bufferStart + dictSize); in LZ4_slideInputBuffer()
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1530 BYTE const* const bufferStart = (BYTE const*)buffer.start; in ZSTDMT_isOverlapped() local
1531 BYTE const* const bufferEnd = bufferStart + buffer.capacity; in ZSTDMT_isOverlapped()
1535 if (rangeStart == NULL || bufferStart == NULL) in ZSTDMT_isOverlapped()
1538 if (bufferStart == bufferEnd || rangeStart == rangeEnd) in ZSTDMT_isOverlapped()
1541 return bufferStart < rangeEnd && rangeStart < bufferEnd; in ZSTDMT_isOverlapped()
/freebsd-13.1/stand/ficl/
H A Dwords.c730 char *bufferStart = buffer; in ficlSprintf() local
846 stackPushPtr(pVM->pStack, bufferStart); in ficlSprintf()
847 stackPushINT(pVM->pStack, buffer - bufferStart); in ficlSprintf()