Lines Matching refs:nalloc
880 struct section sections[], size_t nalloc) in find_alloc_section() argument
883 size_t l = 0, u = nalloc; in find_alloc_section()
897 for (; i < nalloc && sections[i].shdr.sh_addr == addr; in find_alloc_section()
926 size_t nalloc, size_t nsections) in find_alloc_sections_prelink() argument
929 for (size_t i = 0; i < nalloc; ++i) in find_alloc_sections_prelink()
933 for (size_t i = nalloc; i < nsections; ++i) in find_alloc_sections_prelink()
1079 for (size_t i = 0; shdr != NULL && i < nalloc; ++i) in find_alloc_sections_prelink()
1099 for (size_t j = 0; j < nalloc; ++j) in find_alloc_sections_prelink()
1261 size_t nalloc = stripped_shnum - 1; in copy_elided_sections() local
1262 while (nalloc > 0 && !(sections[nalloc - 1].shdr.sh_flags & SHF_ALLOC)) in copy_elided_sections()
1264 --nalloc; in copy_elided_sections()
1265 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections()
1266 stripped_symtab = §ions[nalloc]; in copy_elided_sections()
1273 size_t l = nalloc, u = stripped_shnum - 1; in copy_elided_sections()
1326 sec = find_alloc_section (shdr, bias, name, sections, nalloc); in copy_elided_sections()
1341 for (size_t i = alloc_avail + 1; i < nalloc; ++i) in copy_elided_sections()
1389 nalloc, stripped_shnum - 1); in copy_elided_sections()