Searched refs:gotplt_value (Results 1 – 2 of 2) sorted by relevance
11575 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; in mips_finish_exec_plt() local11600 gotplt_value = (htab->root.sgotplt->output_section->vma in mips_finish_exec_plt()11602 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff; in mips_finish_exec_plt()11603 gotplt_value_low = gotplt_value & 0xffff; in mips_finish_exec_plt()11608 && ((gotplt_value + 0x80008000) & ~(bfd_vma) 0xffffffff) != 0) in mips_finish_exec_plt()11616 (int64_t) gotplt_value); in mips_finish_exec_plt()11629 BFD_ASSERT (gotplt_value % 4 == 0); in mips_finish_exec_plt()11633 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3); in mips_finish_exec_plt()
11666 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; in mips_finish_exec_plt() local11691 gotplt_value = (htab->root.sgotplt->output_section->vma in mips_finish_exec_plt()11693 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff; in mips_finish_exec_plt()11694 gotplt_value_low = gotplt_value & 0xffff; in mips_finish_exec_plt()11699 && ((gotplt_value + 0x80008000) & ~(bfd_vma) 0xffffffff) != 0) in mips_finish_exec_plt()11707 (int64_t) gotplt_value); in mips_finish_exec_plt()11720 BFD_ASSERT (gotplt_value % 4 == 0); in mips_finish_exec_plt()11724 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3); in mips_finish_exec_plt()