Searched refs:bufferStart (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.cpp | 98 ctx.bufferStart in getErrorPlace() 99 ? (ctx.bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrorPlace()
|
| H A D | Writer.cpp | 2875 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 D | Config.h | 612 uint8_t *bufferStart = nullptr; member
|
| H A D | OutputSections.cpp | 924 const uint8_t *relocTarget = ctx.bufferStart + relOsec->offset + in checkDynRelAddends()
|
| H A D | SyntheticSections.cpp | 575 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 D | ARM64Common.cpp | 143 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportUnalignedLdrStr()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.cpp | 123 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportRangeError()
|
| H A D | SyntheticSections.h | 844 const uint8_t *bufferStart = nullptr; member
|
| H A D | Writer.cpp | 1195 in.bufferStart = buffer->getBufferStart(); in openFile()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 221 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 D | zstdmt_compress.c | 1617 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 D | words.c | 729 char *bufferStart = buffer; in ficlSprintf() local 845 stackPushPtr(pVM->pStack, bufferStart); in ficlSprintf() 846 stackPushINT(pVM->pStack, buffer - bufferStart); in ficlSprintf()
|