Lines Matching defs:size
69 unsigned long *size)
79 if (size)
80 *size = shdrs[i].sh_size;
137 unsigned long *size)
147 if (size)
148 *size = shdrs[i].sh_size;
249 int cnpages = (image->size) / PAGE_SIZE;
265 if (WARN_ON(image->size % PAGE_SIZE != 0))
377 image->size - image->sym_vvar_start,
383 addr = vdso_addr(addr, image->size - image->sym_vvar_start);
386 image->size - image->sym_vvar_start, 0, 0);
400 image->size,
418 do_munmap(mm, text_start, image->size, NULL);