Lines Matching refs:Elf_Shdr
123 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add()
124 const Elf_Shdr *relsec, const Elf_Shdr *symtab) in arch_kexec_apply_relocations_add()
140 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations()
141 const Elf_Shdr *relsec, const Elf_Shdr *symtab) in arch_kexec_apply_relocations()
726 const Elf_Shdr *sechdrs; in kexec_purgatory_setup_kbuf()
789 Elf_Shdr *sechdrs; in kexec_purgatory_setup_sechdrs()
796 sechdrs = vzalloc(array_size(sizeof(Elf_Shdr), pi->ehdr->e_shnum)); in kexec_purgatory_setup_sechdrs()
800 pi->ehdr->e_shnum * sizeof(Elf_Shdr)); in kexec_purgatory_setup_sechdrs()
847 const Elf_Shdr *sechdrs; in kexec_apply_relocations()
852 const Elf_Shdr *relsec; in kexec_apply_relocations()
853 const Elf_Shdr *symtab; in kexec_apply_relocations()
854 Elf_Shdr *section; in kexec_apply_relocations()
956 const Elf_Shdr *sechdrs; in kexec_purgatory_find_symbol()
1005 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr()
1029 Elf_Shdr *sec; in kexec_purgatory_get_set_symbol()