Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-tilegx.c1283 bfd_signed_vma dist_got_entry = sgotplt->output_section->vma in tilegx_plt_entry_build() local
1292 bfd_signed_vma dist_got0 = dist_got_entry - got_offset; in tilegx_plt_entry_build()
1296 (dist_got_entry <= 0x7fff && dist_got0 >= -0x8000); in tilegx_plt_entry_build()
1315 *pc++ |= create_Imm16_X0 (dist_got_entry) in tilegx_plt_entry_build()
1324 *pc++ |= create_Imm16_X0 (dist_got_entry >> 16); in tilegx_plt_entry_build()
1329 | create_Imm16_X1 (dist_got_entry); in tilegx_plt_entry_build()
Delf32-tilepro.c1123 bfd_signed_vma dist_got_entry = sgotplt->output_section->vma in tilepro_plt_entry_build() local
1132 bfd_signed_vma dist_got0 = dist_got_entry - got_offset; in tilepro_plt_entry_build()
1136 (dist_got_entry <= 0x7fff && dist_got0 >= -0x8000); in tilepro_plt_entry_build()
1150 *pc++ |= create_Imm16_X0 (tilepro_ha16 (dist_got_entry)) in tilepro_plt_entry_build()
1156 *pc++ |= create_Imm16_X0 (dist_got_entry) in tilepro_plt_entry_build()