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()
841 const Elf_Shdr *sechdrs; in kexec_purgatory_setup_kbuf()
904 Elf_Shdr *sechdrs; in kexec_purgatory_setup_sechdrs()
911 sechdrs = vzalloc(array_size(sizeof(Elf_Shdr), pi->ehdr->e_shnum)); in kexec_purgatory_setup_sechdrs()
915 pi->ehdr->e_shnum * sizeof(Elf_Shdr)); in kexec_purgatory_setup_sechdrs()
962 const Elf_Shdr *sechdrs; in kexec_apply_relocations()
967 const Elf_Shdr *relsec; in kexec_apply_relocations()
968 const Elf_Shdr *symtab; in kexec_apply_relocations()
969 Elf_Shdr *section; in kexec_apply_relocations()
1071 const Elf_Shdr *sechdrs; in kexec_purgatory_find_symbol()
1120 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr()
1144 Elf_Shdr *sec; in kexec_purgatory_get_set_symbol()