Lines Matching refs:hdr
21 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections() argument
31 Elf_Shdr *s, *sechdrs_end = sechdrs + hdr->e_shnum; in module_frob_arch_sections()
42 (hdr->e_flags & EF_BFIN_CODE_IN_L1))) { in module_frob_arch_sections()
54 (hdr->e_flags & EF_BFIN_DATA_IN_L1))) { in module_frob_arch_sections()
66 (hdr->e_flags & EF_BFIN_DATA_IN_L1))) { in module_frob_arch_sections()
97 (hdr->e_flags & EF_BFIN_CODE_IN_L2))) { in module_frob_arch_sections()
109 (hdr->e_flags & EF_BFIN_DATA_IN_L2))) { in module_frob_arch_sections()
121 (hdr->e_flags & EF_BFIN_DATA_IN_L2))) { in module_frob_arch_sections()
234 module_finalize(const Elf_Ehdr * hdr, in module_finalize() argument
241 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
243 for (i = 1; i < hdr->e_shnum; i++) { in module_finalize()
251 for (i = 1; i < hdr->e_shnum; i++) { in module_finalize()
257 if (info >= hdr->e_shnum) in module_finalize()
267 (hdr->e_flags & (EF_BFIN_CODE_IN_L1 | EF_BFIN_CODE_IN_L2)))) { in module_finalize()