Lines Matching defs:alloc
4498 unsigned int alloc;
4506 alloc = 0;
4509 ++alloc;
4514 if (alloc)
4526 elf_elfheader (abfd)->e_phnum = alloc;
4529 elf_program_header_size (abfd) = alloc * bed->s->sizeof_phdr;
4532 >= alloc * bed->s->sizeof_phdr);
4534 if (alloc == 0)
4543 The variable alloc contains the computed need, while
4564 off += alloc * bed->s->sizeof_phdr;
4752 p->p_filesz += alloc * bed->s->sizeof_phdr;
4753 p->p_memsz += alloc * bed->s->sizeof_phdr;
5267 unsigned int alloc;
5306 alloc = elf_program_header_size (abfd) / bed->s->sizeof_phdr;
5308 || bed->s->write_out_phdrs (abfd, tdata->phdr, alloc) != 0)