Searched refs:proghdrs (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/
H A Dkexec_elf.c206 /* Override the const in proghdrs, we are the ones doing the loading. */
207 struct elf_phdr *phdr = (struct elf_phdr *) &elf_info->proghdrs[idx];
263 elf_info->proghdrs = kzalloc(phdr_size, GFP_KERNEL);
264 if (!elf_info->proghdrs)
272 kfree(elf_info->proghdrs);
273 elf_info->proghdrs = NULL;
321 kfree(elf_info->proghdrs);
341 } else if (!elf_info->proghdrs) {
352 if (elf_info->proghdrs[i].p_type == PT_INTERP) {
403 phdr = &elf_info->proghdrs[
[all...]
/linux-master/arch/powerpc/kexec/
H A Delf_64.c137 slave_code = elf_info.buffer + elf_info.proghdrs[0].p_offset;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c49 phdr = &elf_info->proghdrs[i];
87 phdr = &elf_info->proghdrs[i];
/linux-master/include/linux/
H A Dkexec.h280 const struct elf_phdr *proghdrs; member in struct:kexec_elf_info

Completed in 127 milliseconds