Searched refs:bufferStart (Results 1 – 11 of 11) sorted by relevance
107 Out::bufferStart in getErrorPlace()108 ? (Out::bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrorPlace()
2709 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()2710 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()2712 auto *eHdr = reinterpret_cast<Elf_Ehdr *>(Out::bufferStart); in writeHeader()2726 auto *sHdrs = reinterpret_cast<Elf_Shdr *>(Out::bufferStart + eHdr->e_shoff); in writeHeader()2774 Out::bufferStart = buffer->getBufferStart(); in openFile()2781 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSectionsBinary()2800 fillTrap(Out::bufferStart + in writeTrapInstr()2802 Out::bufferStart + in writeTrapInstr()2831 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSections()2837 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSections()[all …]
157 static uint8_t *bufferStart; member
42 uint8_t *Out::bufferStart; member in Out
556 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in getFdeData()3634 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in write()
98 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportRangeError()
842 const uint8_t *bufferStart = nullptr; member
1166 in.bufferStart = buffer->getBufferStart(); in openFile()
143 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportUnalignedLdrStr()
1560 BYTE const* const bufferStart = (BYTE const*)buffer.start; in ZSTDMT_isOverlapped() local1563 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()
729 char *bufferStart = buffer; in ficlSprintf() local845 stackPushPtr(pVM->pStack, bufferStart); in ficlSprintf()846 stackPushINT(pVM->pStack, buffer - bufferStart); in ficlSprintf()