Home
last modified time | relevance | path

Searched refs:relsec (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dkexec_file.c954 const Elf_Shdr *relsec; in kexec_apply_relocations() local
958 relsec = sechdrs + i; in kexec_apply_relocations()
960 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
961 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
970 if (relsec->sh_info >= pi->ehdr->e_shnum || in kexec_apply_relocations()
971 relsec->sh_link >= pi->ehdr->e_shnum) in kexec_apply_relocations()
974 section = pi->sechdrs + relsec->sh_info; in kexec_apply_relocations()
975 symtab = sechdrs + relsec->sh_link; in kexec_apply_relocations()
992 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
994 relsec, symtab); in kexec_apply_relocations()
[all …]