Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.cpp106 Out::bufferStart in getErrorPlace()
107 ? (Out::bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrorPlace()
H A DWriter.cpp2910 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
2911 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()
2913 auto *eHdr = reinterpret_cast<Elf_Ehdr *>(Out::bufferStart); in writeHeader()
2975 Out::bufferStart = buffer->getBufferStart(); in openFile()
2982 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSectionsBinary()
3001 fillTrap(Out::bufferStart + in writeTrapInstr()
3003 Out::bufferStart + in writeTrapInstr()
3032 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSections()
3038 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSections()
3045 sec->checkDynRelAddends(Out::bufferStart); in writeSections()
[all …]
H A DOutputSections.h149 static uint8_t *bufferStart; member
H A DOutputSections.cpp41 uint8_t *Out::bufferStart; member in Out
H A DSyntheticSections.cpp531 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in getFdeData()
3022 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in write()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp98 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportRangeError()
H A DSyntheticSections.h779 const uint8_t *bufferStart = nullptr; member
H A DWriter.cpp1152 in.bufferStart = buffer->getBufferStart(); in openFile()
/freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp143 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportUnalignedLdrStr()
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1560 BYTE const* const bufferStart = (BYTE const*)buffer.start; in ZSTDMT_isOverlapped() local
1563 if (rangeStart == NULL || bufferStart == NULL) in ZSTDMT_isOverlapped()
1567 BYTE const* const bufferEnd = bufferStart + buffer.capacity; in ZSTDMT_isOverlapped()
1571 if (bufferStart == bufferEnd || rangeStart == rangeEnd) in ZSTDMT_isOverlapped()
1574 return bufferStart < rangeEnd && rangeStart < bufferEnd; in ZSTDMT_isOverlapped()
/freebsd-14.2/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()