Searched refs:target_addr (Results 1 – 2 of 2) sorted by relevance
89 unsigned long target_addr = (*loc_orig) & 0x03ffffff; in apply_r_mips_26_rel() local97 target_addr <<= 2; in apply_r_mips_26_rel()98 target_addr += (unsigned long)loc_orig & ~0x03ffffff; in apply_r_mips_26_rel()101 target_addr += offset; in apply_r_mips_26_rel()103 if ((target_addr & 0xf0000000) != ((unsigned long)loc_new & 0xf0000000)) { in apply_r_mips_26_rel()108 target_addr -= (unsigned long)loc_new & ~0x03ffffff; in apply_r_mips_26_rel()109 target_addr >>= 2; in apply_r_mips_26_rel()111 *loc_new = (*loc_new & ~0x03ffffff) | (target_addr & 0x03ffffff); in apply_r_mips_26_rel()
1032 ia64_pal_copy_pal (u64 target_addr, u64 alloc_size, u64 processor, u64 *pal_proc_offset) in ia64_pal_copy_pal() argument1035 PAL_CALL(iprv, PAL_COPY_PAL, target_addr, alloc_size, processor); in ia64_pal_copy_pal()