Lines Matching refs:Elf_Shdr
121 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add()
122 const Elf_Shdr *relsec, const Elf_Shdr *symtab) in arch_kexec_apply_relocations_add()
138 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations()
139 const Elf_Shdr *relsec, const Elf_Shdr *symtab) in arch_kexec_apply_relocations()
834 const Elf_Shdr *sechdrs; in kexec_purgatory_setup_kbuf()
897 Elf_Shdr *sechdrs; in kexec_purgatory_setup_sechdrs()
904 sechdrs = vzalloc(array_size(sizeof(Elf_Shdr), pi->ehdr->e_shnum)); in kexec_purgatory_setup_sechdrs()
908 pi->ehdr->e_shnum * sizeof(Elf_Shdr)); in kexec_purgatory_setup_sechdrs()
955 const Elf_Shdr *sechdrs; in kexec_apply_relocations()
960 const Elf_Shdr *relsec; in kexec_apply_relocations()
961 const Elf_Shdr *symtab; in kexec_apply_relocations()
962 Elf_Shdr *section; in kexec_apply_relocations()
1064 const Elf_Shdr *sechdrs; in kexec_purgatory_find_symbol()
1113 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr()
1137 Elf_Shdr *sec; in kexec_purgatory_get_set_symbol()