Lines Matching defs:size
41 /* Max supported size for symbol names */
106 unsigned long dynsymsize; /* size of .dynsym section */
164 /* Add a page to the vdso size for the data page */
171 * Add enough to the size so that the result can be aligned.
232 unsigned long *size)
245 if (size)
246 *size = sechdrs[i].sh_size;
250 *size = 0;
337 unsigned long *size)
350 if (size)
351 *size = sechdrs[i].sh_size;
355 if (size)
356 *size = 0;
523 unsigned long size;
527 start = find_section64(v64->hdr, "__ftr_fixup", &size);
530 start, start + size);
532 start = find_section64(v64->hdr, "__mmu_ftr_fixup", &size);
535 start, start + size);
537 start = find_section64(v64->hdr, "__fw_ftr_fixup", &size);
540 start, start + size);
542 start = find_section64(v64->hdr, "__lwsync_fixup", &size);
545 start, start + size);
549 start = find_section32(v32->hdr, "__ftr_fixup", &size);
552 start, start + size);
554 start = find_section32(v32->hdr, "__mmu_ftr_fixup", &size);
557 start, start + size);
560 start = find_section32(v32->hdr, "__fw_ftr_fixup", &size);
563 start, start + size);
566 start = find_section32(v32->hdr, "__lwsync_fixup", &size);
569 start, start + size);
712 vdso_data->dcache_size = ppc64_caches.l1d.size;
714 vdso_data->icache_size = ppc64_caches.l1i.size;
722 * Calculate the size of the 64 bits vDSO
733 * Calculate the size of the 32 bits vDSO