Searched refs:gotplt_value (Results 1 – 1 of 1) sorted by relevance
11162 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; in mips_finish_exec_plt() local11181 gotplt_value = (htab->sgotplt->output_section->vma in mips_finish_exec_plt()11183 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff; in mips_finish_exec_plt()11184 gotplt_value_low = gotplt_value & 0xffff; in mips_finish_exec_plt()11188 BFD_ASSERT ((gotplt_value & ~(bfd_vma) 0x7fffffff) == 0 in mips_finish_exec_plt()11189 || ~(gotplt_value | 0x7fffffff) == 0); in mips_finish_exec_plt()11199 BFD_ASSERT (gotplt_value % 4 == 0); in mips_finish_exec_plt()11203 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3); in mips_finish_exec_plt()