Home
last modified time | relevance | path

Searched refs:gotplt_value_low (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c11192 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; in mips_finish_exec_plt() local
11214 gotplt_value_low = gotplt_value & 0xffff; in mips_finish_exec_plt()
11260 bfd_put_16 (output_bfd, gotplt_value_low, loc + 6); in mips_finish_exec_plt()
11262 bfd_put_16 (output_bfd, gotplt_value_low, loc + 10); in mips_finish_exec_plt()
11269 bfd_put_32 (output_bfd, plt_entry[1] | gotplt_value_low, loc + 4); in mips_finish_exec_plt()
11270 bfd_put_32 (output_bfd, plt_entry[2] | gotplt_value_low, loc + 8); in mips_finish_exec_plt()