Lines Matching defs:template_size
3255 unsigned int template_size;
3315 template_size = sizeof (aarch64_adrp_branch_stub);
3319 template_size = sizeof (aarch64_long_branch_stub);
3323 template_size = sizeof (aarch64_bti_direct_branch_stub);
3327 template_size = sizeof (aarch64_erratum_835769_stub);
3331 template_size = sizeof (aarch64_erratum_843419_stub);
3337 for (i = 0; i < (template_size / sizeof template[0]); i++)
3343 template_size += pad_size;
3344 template_size = (template_size + 7) & ~7;
3345 stub_sec->size += template_size;