Lines Matching defs:uint8_t
42 uint8_t *Out::bufferStart;
285 static void nopInstrFill(uint8_t *buf, size_t size) {
291 std::vector<std::vector<uint8_t>> nopFiller = *target->nopInstrs;
306 static void fill(uint8_t *buf, size_t size,
307 const std::array<uint8_t, 4> &filler) {
315 static SmallVector<uint8_t, 0> deflateShard(ArrayRef<uint8_t> in, int level,
325 s.next_in = const_cast<uint8_t *>(in.data());
330 SmallVector<uint8_t, 0> out;
375 auto buf = std::make_unique<uint8_t[]>(size);
390 auto shardsIn = split(ArrayRef<uint8_t>(buf.get(), size), shardSize);
392 auto shardsOut = std::make_unique<SmallVector<uint8_t, 0>[]>(numShards);
400 SmallVector<uint8_t, 0> out;
466 static void writeInt(uint8_t *buf, uint64_t data, uint64_t size) {
480 void OutputSection::writeTo(uint8_t *buf, parallel::TaskGroup &tg) {
519 std::array<uint8_t, 4> filler = getFiller();
547 uint8_t *start = buf + isec->outSecOff + isec->getSize();
548 uint8_t *end;
637 uint8_t b = deltaOffset * 8 + (out.r_symidx != symidx) +
866 std::array<uint8_t, 4> OutputSection::getFiller() {
874 void OutputSection::checkDynRelAddends(const uint8_t *bufStart) {
897 const uint8_t *relocTarget =
921 template void OutputSection::writeTo<ELF32LE>(uint8_t *,
923 template void OutputSection::writeTo<ELF32BE>(uint8_t *,
925 template void OutputSection::writeTo<ELF64LE>(uint8_t *,
927 template void OutputSection::writeTo<ELF64BE>(uint8_t *,