Lines Matching full:wordsize
136 target->wordSize); in getSize()
331 target->wordSize); in getSize()
366 target->wordSize); in getSize()
393 target->wordSize); in getSize()
418 target->wordSize); in getSize()
1036 osec->align = target->wordSize; in createOutputSections()
1042 osec->align = std::max<uint32_t>(osec->align, target->wordSize); in createOutputSections()
1248 if (offset < target->wordSize) in buildFixupChains()
1379 uint8_t *arr = bAlloc().Allocate<uint8_t>(target->wordSize); in createSyntheticSections()
1380 memset(arr, 0, target->wordSize); in createSyntheticSections()
1383 ArrayRef<uint8_t>{arr, target->wordSize}, in createSyntheticSections()
1384 /*align=*/target->wordSize); in createSyntheticSections()