Searched refs:sechdrs_end (Results 1 – 2 of 2) sorted by relevance
214 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() local221 for (s = sechdrs; s < sechdrs_end; ++s) { in module_frob_arch_sections()239 for (s = sechdrs + 1; s < sechdrs_end; ++s) { in module_frob_arch_sections()
420 const Elf_Shdr *sechdrs_end = sechdrs + hdr->e_shnum; in module_finalize() local426 for (s = sechdrs; s < sechdrs_end; s++) { in module_finalize()