Searched refs:bufferStart (Results 1 – 9 of 9) sorted by relevance
102 Out::bufferStart in getErrPlace()103 ? (Out::bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrPlace()
2871 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 …]
130 static uint8_t *bufferStart; member
35 uint8_t *Out::bufferStart; member in Out
555 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in getFdeData()3053 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in write()
342 uint8_t* bufferStart; /* obsolete, used for slideInputBuffer */ member360 unsigned char* bufferStart; /* obsolete, used for slideInputBuffer */ member
1437 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()
1530 BYTE const* const bufferStart = (BYTE const*)buffer.start; in ZSTDMT_isOverlapped() local1531 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()
730 char *bufferStart = buffer; in ficlSprintf() local846 stackPushPtr(pVM->pStack, bufferStart); in ficlSprintf()847 stackPushINT(pVM->pStack, buffer - bufferStart); in ficlSprintf()