Lines Matching refs:wordSize

188       (incr % target->wordSize) == 0) {
200 if (state.skipLength == target->wordSize) {
210 encodeULEB128(state.skipLength - target->wordSize, os);
215 encodeULEB128(state.skipLength - target->wordSize, os);
248 RebaseState state{1, target->wordSize};
276 state.skipLength = target->wordSize;
311 align = target->wordSize;
349 addNonLazyBindingEntries(sym, isec, sym->gotIndex * target->wordSize);
355 assert(target->wordSize == 8 && "Only 64-bit platforms are supported");
373 assert(target->wordSize == 8 && "Only 64-bit platforms are supported");
393 writeChainedFixup(&buf[i * target->wordSize], entry, 0);
397 write64le(&buf[i * target->wordSize], defined->getVA());
461 lastBinding.offset += target->wordSize;
508 // multiple of wordSize away that is within BIND_IMMEDIATE_MASK, the
509 // opcode can be scaled by wordSize into a single byte and dyld will
516 ((p.data / target->wordSize) < BIND_IMMEDIATE_MASK) &&
517 ((p.data % target->wordSize) == 0)) {
519 p.data /= target->wordSize;
731 sym->stubsIndex * target->wordSize);
733 sym->stubsIndex * target->wordSize);
740 sym->stubsIndex * target->wordSize);
742 sym->stubsIndex * target->wordSize);
845 size_t size = offsets.size() * target->wordSize;
848 write64le(&selrefsData[i * target->wordSize], offsets[i]);
854 /*align=*/target->wordSize);
861 /*offset=*/static_cast<uint32_t>(i * target->wordSize),
892 align = target->wordSize;
897 return in.stubs->getEntries().size() * target->wordSize;
917 off += target->wordSize;
940 sym->stubsIndex * target->wordSize);
956 in.lazyPointers->addr - dataSeg->addr + sym.stubsIndex * target->wordSize;
1042 entries = target->wordSize == 8 ? collectDataInCodeEntries<LP64>()
2200 assert(target->wordSize == 8 && "Only 64-bit platforms are supported");