Lines Matching +full:separately +full:- +full:defined
38 * This function may be defined for a platform to perform any post-relocation
40 * Return non-zero to abort relocation
90 return -ENOEXEC; in apply_r_mips_26_rel()
102 return -ENOEXEC; in apply_r_mips_26_rel()
105 target_addr -= (unsigned long)loc_new & 0xf0000000; in apply_r_mips_26_rel()
143 return -ENOEXEC; in reloc_handler()
176 * It must be relocated separately since there will not be any relocation
200 diff = (void *)ptr - area; in rotate_xor()
204 size = ALIGN_DOWN(size - diff, sizeof(hash)); in rotate_xor()
208 hash = (hash << ((sizeof(hash) * 8) - 7)) | (hash >> 7); in rotate_xor()
226 #if defined(CONFIG_USE_OF) in get_random_boot()
235 "kaslr-seed", &len); in get_random_boot()
249 #if defined(CONFIG_CMDLINE_BOOL) in kaslr_disabled()
254 (str > builtin_cmdline && *(str - 1) == ' ')) in kaslr_disabled()
258 if (str == arcs_cmdline || (str > arcs_cmdline && *(str - 1) == ' ')) in kaslr_disabled()
274 kernel_length = (long)_end - (long)(&_text); in determine_relocation_address()
277 offset &= (CONFIG_RANDOMIZE_BASE_MAX_OFFSET - 1); in determine_relocation_address()
317 #if defined(CONFIG_USE_OF)
337 #if defined(CONFIG_USE_OF) in relocate_kernel()
347 kernel_length = (long)(&_relocation_start) - (long)(&_text); in relocate_kernel()
348 bss_length = (long)&__bss_stop - (long)&__bss_start; in relocate_kernel()
354 offset = (unsigned long)loc_new - (unsigned long)(&_text); in relocate_kernel()
361 #if defined(CONFIG_USE_OF) in relocate_kernel()
365 * If built-in dtb is used then it will have been relocated in relocate_kernel()