Lines Matching refs:relsec
988 const Elf_Shdr *relsec; in kexec_apply_relocations() local
992 relsec = sechdrs + i; in kexec_apply_relocations()
994 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
995 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
1004 if (relsec->sh_info >= pi->ehdr->e_shnum || in kexec_apply_relocations()
1005 relsec->sh_link >= pi->ehdr->e_shnum) in kexec_apply_relocations()
1008 section = pi->sechdrs + relsec->sh_info; in kexec_apply_relocations()
1009 symtab = sechdrs + relsec->sh_link; in kexec_apply_relocations()
1026 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
1028 relsec, symtab); in kexec_apply_relocations()
1029 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
1031 relsec, symtab); in kexec_apply_relocations()