Lines Matching refs:nalloc
996 struct section sections[], size_t nalloc)
999 size_t l = 0, u = nalloc;
1013 for (; i < nalloc && sections[i].shdr.sh_addr == addr;
1094 size_t nalloc, size_t nsections)
1097 for (size_t i = nalloc; i < nsections; ++i)
1115 for (size_t i = 0; i < nalloc; ++i)
1246 for (size_t i = 0; shdr != NULL && i < nalloc; ++i)
1266 for (size_t j = 0; j < nalloc; ++j)
1449 size_t nalloc = stripped_shnum - 1;
1450 while (nalloc > 0 && !(sections[nalloc - 1].shdr.sh_flags & SHF_ALLOC))
1452 --nalloc;
1453 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB)
1454 stripped_symtab = §ions[nalloc];
1493 sec = find_alloc_section (shdr, bias, name, sections, nalloc);
1508 for (size_t i = alloc_avail + 1; i < nalloc; ++i)
1520 size_t l = nalloc, u = stripped_shnum - 1;
1574 nalloc, stripped_shnum - 1);