Searched refs:got_displacement (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c9334 bfd_vma got_displacement, initial_got_entry; local
9434 got_displacement = (got_address
9442 | arm_movw_immediate (got_displacement),
9446 | arm_movt_immediate (got_displacement),
9471 got_displacement = got_address - (plt_address + 12);
9477 | ((got_displacement & 0x000000ff) << 16)
9478 | ((got_displacement & 0x00000700) << 20)
9479 | ((got_displacement & 0x00000800) >> 1)
9480 | ((got_displacement & 0x0000f000) >> 12),
9484 | ((got_displacement
16365 arm_nacl_put_plt0(struct elf32_arm_link_hash_table *htab, bfd *output_bfd, asection *plt, bfd_vma got_displacement) argument
16574 bfd_vma got_address, plt_address, got_displacement; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-arm.c6918 bfd_vma got_displacement; local
7003 got_displacement = got_address - (plt_address + 8);
7005 BFD_ASSERT ((got_displacement & 0xf0000000) == 0);
7017 | ((got_displacement & 0x0ff00000) >> 20),
7021 | ((got_displacement & 0x000ff000) >> 12),
7025 | (got_displacement & 0x00000fff),
7325 bfd_vma got_address, plt_address, got_displacement; local
7353 got_displacement = got_address - (plt_address + 16);
7364 bfd_put_32 (output_bfd, got_displacement, splt->contents + 28);
7366 bfd_put_32 (output_bfd, got_displacement, spl
[all...]
/haiku-buildtools/binutils/gold/
H A Darm.cc13133 int32_t got_displacement = got_address + 8 - (plt_address + 16);
13136 (pov + 0, first_plt_entry[0] | arm_movw_immediate (got_displacement));
13138 (pov + 4, first_plt_entry[1] | arm_movt_immediate (got_displacement));
13178 const int32_t got_displacement = (got_address + got_offset
13182 (pov + 0, plt_entry[0] | arm_movw_immediate (got_displacement));
13184 (pov + 4, plt_entry[1] | arm_movt_immediate (got_displacement));

Completed in 146 milliseconds