Searched refs:k_platform (Results 1 – 2 of 2) sorted by relevance
505 char *k_platform, *k_base_platform; in create_elf_fdpic_tables() local534 k_platform = ELF_PLATFORM; in create_elf_fdpic_tables()537 if (k_platform) { in create_elf_fdpic_tables()538 platform_len = strlen(k_platform) + 1; in create_elf_fdpic_tables()541 if (copy_to_user(u_platform, k_platform, platform_len) != 0) in create_elf_fdpic_tables()590 nitems = 1 + DLINFO_ITEMS + (k_platform ? 1 : 0) + in create_elf_fdpic_tables()652 if (k_platform) in create_elf_fdpic_tables()
168 const char *k_platform = ELF_PLATFORM; in create_elf_tables() local193 if (k_platform) { in create_elf_tables()194 size_t len = strlen(k_platform) + 1; in create_elf_tables()197 if (copy_to_user(u_platform, k_platform, len)) in create_elf_tables()268 if (k_platform) { in create_elf_tables()