Home
last modified time | relevance | path

Searched defs:vmcore_elf64_check_arch (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dcrash_dump.h41 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x)) macro
/linux-4.1.27/arch/arm/include/asm/
Delf.h103 #define vmcore_elf64_check_arch(x) (0) macro