Searched refs:k_platform (Results 1 – 2 of 2) sorted by relevance
502 char *k_platform, *k_base_platform; in create_elf_fdpic_tables() local531 k_platform = ELF_PLATFORM; in create_elf_fdpic_tables()534 if (k_platform) { in create_elf_fdpic_tables()535 platform_len = strlen(k_platform) + 1; in create_elf_fdpic_tables()538 if (copy_to_user(u_platform, k_platform, platform_len) != 0) in create_elf_fdpic_tables()587 nitems = 1 + DLINFO_ITEMS + (k_platform ? 1 : 0) + in create_elf_fdpic_tables()643 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()262 if (k_platform) { in create_elf_tables()