Lines Matching +refs:po +refs:string +refs:contents

989 			    const char *string)  in or1k_elf_link_hash_newfunc()  argument
1005 table, string)); in or1k_elf_link_hash_newfunc()
1145 asection *input_section, bfd_byte *contents, in or1k_final_link_relocate() argument
1215 x = bfd_get_32 (input_bfd, contents + offset); in or1k_final_link_relocate()
1243 bfd_put_8 (input_bfd, x, contents + offset); in or1k_final_link_relocate()
1246 bfd_put_16 (input_bfd, x, contents + offset); in or1k_final_link_relocate()
1249 bfd_put_32 (input_bfd, x, contents + offset); in or1k_final_link_relocate()
1253 bfd_put_64 (input_bfd, x, contents + offset); in or1k_final_link_relocate()
1300 bfd_byte *contents, in or1k_elf_relocate_section() argument
1396 name = h->root.root.string; in or1k_elf_relocate_section()
1401 rel, 1, relend, howto, 0, contents); in or1k_elf_relocate_section()
1468 sgot->contents + off); in or1k_elf_relocate_section()
1492 bfd_put_32 (output_bfd, relocation, sgot->contents + off); in or1k_elf_relocate_section()
1506 loc = srelgot->contents; in or1k_elf_relocate_section()
1554 input_bfd, h->root.root.string); in or1k_elf_relocate_section()
1663 loc = sreloc->contents; in or1k_elf_relocate_section()
1769 BFD_ASSERT (srelgot->contents != NULL); in or1k_elf_relocate_section()
1786 loc = srelgot->contents; in or1k_elf_relocate_section()
1791 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff + i*4); in or1k_elf_relocate_section()
1797 bfd_put_32 (output_bfd, 1, sgot->contents + gotoff); in or1k_elf_relocate_section()
1799 sgot->contents + gotoff + 4); in or1k_elf_relocate_section()
1807 BFD_ASSERT (srelgot->contents != NULL); in or1k_elf_relocate_section()
1822 loc = srelgot->contents; in or1k_elf_relocate_section()
1826 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff); in or1k_elf_relocate_section()
1831 sgot->contents + gotoff); in or1k_elf_relocate_section()
1868 r = or1k_final_link_relocate (howto, input_bfd, input_section, contents, in or1k_elf_relocate_section()
2270 or1k_write_plt_entry (bfd *output_bfd, bfd_byte *contents, unsigned insnj, in or1k_write_plt_entry() argument
2309 bfd_put_32 (output_bfd, output_insns[i], contents + (i*4)); in or1k_write_plt_entry()
2338 dyncon = (Elf32_External_Dyn *) sdyn->contents; in or1k_elf_finish_dynamic_sections()
2339 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size); in or1k_elf_finish_dynamic_sections()
2387 unsigned po = got_addr & 0x1fff; in or1k_elf_finish_dynamic_sections() local
2389 plt[1] = OR1K_LWZ(15,12) | (po + 8); in or1k_elf_finish_dynamic_sections()
2390 plt[2] = OR1K_LWZ(12,12) | (po + 4); in or1k_elf_finish_dynamic_sections()
2407 or1k_write_plt_entry (output_bfd, splt->contents, OR1K_JR(15), in or1k_elf_finish_dynamic_sections()
2419 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents); in or1k_elf_finish_dynamic_sections()
2423 sgot->contents); in or1k_elf_finish_dynamic_sections()
2499 unsigned po = (got_addr & 0x1fff); in or1k_elf_finish_dynamic_symbol() local
2501 plt[1] = OR1K_LWZ(12,12) | po; in or1k_elf_finish_dynamic_symbol()
2549 or1k_write_plt_entry (output_bfd, splt->contents + h->plt.offset, in or1k_elf_finish_dynamic_symbol()
2556 bfd_put_32 (output_bfd, plt_base_addr, sgot->contents + got_offset); in or1k_elf_finish_dynamic_symbol()
2562 loc = srela->contents; in or1k_elf_finish_dynamic_symbol()
2606 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset); in or1k_elf_finish_dynamic_symbol()
2611 loc = srelgot->contents; in or1k_elf_finish_dynamic_symbol()
2636 loc = s->contents + s->reloc_count * sizeof (Elf32_External_Rela); in or1k_elf_finish_dynamic_symbol()
2642 if (strcmp (h->root.root.string, "_DYNAMIC") == 0 in or1k_elf_finish_dynamic_symbol()
3066 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER; in or1k_elf_size_dynamic_sections()
3201 s->contents = bfd_zalloc (dynobj, s->size); in or1k_elf_size_dynamic_sections()
3203 if (s->contents == NULL) in or1k_elf_size_dynamic_sections()