Searched refs:gotplt_value_low (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-mips.c | 11162 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; in mips_finish_exec_plt() local 11184 gotplt_value_low = gotplt_value & 0xffff; in mips_finish_exec_plt() 11230 bfd_put_16 (output_bfd, gotplt_value_low, loc + 6); in mips_finish_exec_plt() 11232 bfd_put_16 (output_bfd, gotplt_value_low, loc + 10); in mips_finish_exec_plt() 11239 bfd_put_32 (output_bfd, plt_entry[1] | gotplt_value_low, loc + 4); in mips_finish_exec_plt() 11240 bfd_put_32 (output_bfd, plt_entry[2] | gotplt_value_low, loc + 8); in mips_finish_exec_plt()
|