Searched refs:plt0_pic_entry (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-metag.c | 46 static const unsigned int plt0_pic_entry[] = variable 3209 plt0_pic_entry[0] | (((addr >> 16) & 0xffff) << 3), in elf_metag_finish_dynamic_sections() 3212 plt0_pic_entry[1] | ((addr & 0xffff) << 3), in elf_metag_finish_dynamic_sections() 3214 bfd_put_32 (output_bfd, plt0_pic_entry[2], splt->contents + 8); in elf_metag_finish_dynamic_sections() 3215 bfd_put_32 (output_bfd, plt0_pic_entry[3], splt->contents + 12); in elf_metag_finish_dynamic_sections() 3216 bfd_put_32 (output_bfd, plt0_pic_entry[4], splt->contents + 16); in elf_metag_finish_dynamic_sections()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-metag.c | 46 static const unsigned int plt0_pic_entry[] = variable 3209 plt0_pic_entry[0] | (((addr >> 16) & 0xffff) << 3), in elf_metag_finish_dynamic_sections() 3212 plt0_pic_entry[1] | ((addr & 0xffff) << 3), in elf_metag_finish_dynamic_sections() 3214 bfd_put_32 (output_bfd, plt0_pic_entry[2], splt->contents + 8); in elf_metag_finish_dynamic_sections() 3215 bfd_put_32 (output_bfd, plt0_pic_entry[3], splt->contents + 12); in elf_metag_finish_dynamic_sections() 3216 bfd_put_32 (output_bfd, plt0_pic_entry[4], splt->contents + 16); in elf_metag_finish_dynamic_sections()
|