Home
last modified time | relevance | path

Searched refs:ELF_PLATFORM_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/include/asm/
H A Delf.h98 #define ELF_PLATFORM_SIZE 8 macro
/linux/arch/arm64/include/asm/
H A Delf.h87 #define ELF_PLATFORM_SIZE 16 macro
/linux/arch/s390/include/asm/
H A Delf.h255 #define ELF_PLATFORM_SIZE 8 macro
/linux/arch/s390/kernel/
H A Dprocessor.c31 char elf_platform[ELF_PLATFORM_SIZE];
/linux/arch/arm/kernel/
H A Dsetup.c147 char elf_platform[ELF_PLATFORM_SIZE];
725 snprintf(elf_platform, ELF_PLATFORM_SIZE, "%s%c", in setup_processor()