Lines Matching refs:nalloc
936 struct section sections[], size_t nalloc) in find_alloc_section() argument
939 size_t l = 0, u = nalloc; in find_alloc_section()
953 for (; i < nalloc && sections[i].shdr.sh_addr == addr; in find_alloc_section()
982 size_t nalloc, size_t nsections) in find_alloc_sections_prelink() argument
985 for (size_t i = nalloc; i < nsections; ++i) in find_alloc_sections_prelink()
1003 for (size_t i = 0; i < nalloc; ++i) in find_alloc_sections_prelink()
1140 for (size_t i = 0; shdr != NULL && i < nalloc; ++i) in find_alloc_sections_prelink()
1160 for (size_t j = 0; j < nalloc; ++j) in find_alloc_sections_prelink()
1326 size_t nalloc = stripped_shnum - 1; in copy_elided_sections() local
1327 while (nalloc > 0 && !(sections[nalloc - 1].shdr.sh_flags & SHF_ALLOC)) in copy_elided_sections()
1329 --nalloc; in copy_elided_sections()
1330 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections()
1331 stripped_symtab = §ions[nalloc]; in copy_elided_sections()
1338 size_t l = nalloc, u = stripped_shnum - 1; in copy_elided_sections()
1389 sec = find_alloc_section (shdr, bias, name, sections, nalloc); in copy_elided_sections()
1404 for (size_t i = alloc_avail + 1; i < nalloc; ++i) in copy_elided_sections()
1452 nalloc, stripped_shnum - 1); in copy_elided_sections()