Searched refs:gotplt_value (Results 1 – 1 of 1) sorted by relevance
11192 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; in mips_finish_exec_plt() local11211 gotplt_value = (htab->sgotplt->output_section->vma in mips_finish_exec_plt()11213 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff; in mips_finish_exec_plt()11214 gotplt_value_low = gotplt_value & 0xffff; in mips_finish_exec_plt()11218 BFD_ASSERT ((gotplt_value & ~(bfd_vma) 0x7fffffff) == 0 in mips_finish_exec_plt()11219 || ~(gotplt_value | 0x7fffffff) == 0); in mips_finish_exec_plt()11229 BFD_ASSERT (gotplt_value % 4 == 0); in mips_finish_exec_plt()11233 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3); in mips_finish_exec_plt()