Searched refs:bufferStart (Results 1 – 9 of 9) sorted by relevance
102 Out::bufferStart in getErrorPlace()103 ? (Out::bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrorPlace()
2820 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()2821 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()2823 auto *eHdr = reinterpret_cast<Elf_Ehdr *>(Out::bufferStart); in writeHeader()2837 auto *sHdrs = reinterpret_cast<Elf_Shdr *>(Out::bufferStart + eHdr->e_shoff); in writeHeader()2885 Out::bufferStart = buffer->getBufferStart(); in openFile()2892 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSectionsBinary()2911 fillTrap(Out::bufferStart + in writeTrapInstr()2913 Out::bufferStart + in writeTrapInstr()2942 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSections()2948 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSections()[all …]
149 static uint8_t *bufferStart; member
39 uint8_t *Out::bufferStart; member in Out
524 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in getFdeData()2995 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in write()
88 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportRangeError()
791 const uint8_t *bufferStart = nullptr; member
1144 in.bufferStart = buffer->getBufferStart(); in openFile()
143 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportUnalignedLdrStr()