Lines Matching refs:wordSize
137 target->wordSize); in getSize()
332 target->wordSize); in getSize()
367 target->wordSize); in getSize()
394 target->wordSize); in getSize()
419 target->wordSize); in getSize()
1013 osec->align = target->wordSize; in createOutputSections()
1019 osec->align = std::max<uint32_t>(osec->align, target->wordSize); in createOutputSections()
1230 if (offset < target->wordSize) in buildFixupChains()
1354 uint8_t *arr = bAlloc().Allocate<uint8_t>(target->wordSize); in createSyntheticSections()
1355 memset(arr, 0, target->wordSize); in createSyntheticSections()
1358 ArrayRef<uint8_t>{arr, target->wordSize}, in createSyntheticSections()
1359 /*align=*/target->wordSize); in createSyntheticSections()