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

/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf32-arm.c8818 bfd_vma got_displacement; local
8909 got_displacement = got_address - (plt_address + 8);
8911 BFD_ASSERT ((got_displacement & 0xf0000000) == 0);
8923 | ((got_displacement & 0x0ff00000) >> 20),
8927 | ((got_displacement & 0x000ff000) >> 12),
8931 | (got_displacement & 0x00000fff),
9230 bfd_vma got_address, plt_address, got_displacement; local
9261 got_displacement = got_address - (plt_address + 16);
9276 bfd_put_32 (output_bfd, got_displacement, splt->contents + 28);
9278 bfd_put_32 (output_bfd, got_displacement, spl
[all...]

Completed in 63 milliseconds