Searched refs:elfcorehdr_index (Results 1 – 5 of 5) sorted by relevance
430 image->elfcorehdr_index = image->nr_segments; in crash_load_segments() 528 mem = image->segment[image->elfcorehdr_index].mem; in arch_crash_handle_hotplug_event() 529 memsz = image->segment[image->elfcorehdr_index].memsz; in arch_crash_handle_hotplug_event()
589 * The elfcorehdr_index is set to -1 when the struct kimage in crash_handle_hotplug_event() 593 if (image->elfcorehdr_index < 0) { in crash_handle_hotplug_event() 604 image->elfcorehdr_index = (int)n; in crash_handle_hotplug_event() 610 if (image->elfcorehdr_index < 0) { in crash_handle_hotplug_event()
829 if (i == image->elfcorehdr_index) in kexec_calculate_store_digests()
436 ksegment = &image->segment[image->elfcorehdr_index]; in update_crash_elfcorehdr()
402 int elfcorehdr_index; member