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()
846 const Elf_Shdr *sechdrs; in kexec_purgatory_setup_kbuf()
909 Elf_Shdr *sechdrs; in kexec_purgatory_setup_sechdrs()
916 sechdrs = vzalloc(array_size(sizeof(Elf_Shdr), pi->ehdr->e_shnum)); in kexec_purgatory_setup_sechdrs()
920 pi->ehdr->e_shnum * sizeof(Elf_Shdr)); in kexec_purgatory_setup_sechdrs()
967 const Elf_Shdr *sechdrs; in kexec_apply_relocations()
972 const Elf_Shdr *relsec; in kexec_apply_relocations()
973 const Elf_Shdr *symtab; in kexec_apply_relocations()
974 Elf_Shdr *section; in kexec_apply_relocations()
1076 const Elf_Shdr *sechdrs; in kexec_purgatory_find_symbol()
1125 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr()
1149 Elf_Shdr *sec; in kexec_purgatory_get_set_symbol()