Home
last modified time | relevance | path

Searched refs:ELF_BASE_PLATFORM (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Delf.h71 * Power6 machine). ELF_BASE_PLATFORM allows ld.so to load libraries
74 #define ELF_BASE_PLATFORM (powerpc_base_platform) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Delf.h71 * Power6 machine). ELF_BASE_PLATFORM allows ld.so to load libraries
74 #define ELF_BASE_PLATFORM (powerpc_base_platform) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Delf.h449 #define ELF_BASE_PLATFORM __elf_base_platform macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Delf.h433 #define ELF_BASE_PLATFORM __elf_base_platform macro
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c162 #ifndef ELF_BASE_PLATFORM
165 * If the arch defines ELF_BASE_PLATFORM (in asm/elf.h), the value
168 #define ELF_BASE_PLATFORM NULL macro
185 const char *k_base_platform = ELF_BASE_PLATFORM; in create_elf_tables()
H A Dbinfmt_elf_fdpic.c483 #ifndef ELF_BASE_PLATFORM
486 * If the arch defines ELF_BASE_PLATFORM (in asm/elf.h), the value
489 #define ELF_BASE_PLATFORM NULL macro
547 k_base_platform = ELF_BASE_PLATFORM; in create_elf_fdpic_tables()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_fdpic.c483 #ifndef ELF_BASE_PLATFORM
486 * If the arch defines ELF_BASE_PLATFORM (in asm/elf.h), the value
489 #define ELF_BASE_PLATFORM NULL macro
548 k_base_platform = ELF_BASE_PLATFORM; in create_elf_fdpic_tables()
H A Dbinfmt_elf.c165 #ifndef ELF_BASE_PLATFORM
168 * If the arch defines ELF_BASE_PLATFORM (in asm/elf.h), the value
171 #define ELF_BASE_PLATFORM NULL macro
188 const char *k_base_platform = ELF_BASE_PLATFORM; in create_elf_tables()

Completed in 12 milliseconds