Searched refs:elfcorehdr_index (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dcrash.c378 image->elfcorehdr_index = image->nr_segments;
468 mem = image->segment[image->elfcorehdr_index].mem;
469 memsz = image->segment[image->elfcorehdr_index].memsz;
/linux-master/kernel/
H A Dcrash_core.c566 * The elfcorehdr_index is set to -1 when the struct kimage
570 if (image->elfcorehdr_index < 0) {
581 image->elfcorehdr_index = (int)n;
587 if (image->elfcorehdr_index < 0) {
H A Dkexec_file.c750 if (j == image->elfcorehdr_index)
H A Dkexec_core.c242 image->elfcorehdr_index = -1;
/linux-master/include/linux/
H A Dkexec.h353 int elfcorehdr_index; member in struct:kimage

Completed in 119 milliseconds