Lines Matching refs:ocontents
1892 bfd_byte *ocontents; in microblaze_elf_relax_section() local
1906 ocontents = NULL; in microblaze_elf_relax_section()
1918 if (ocontents == NULL) in microblaze_elf_relax_section()
1921 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
1929 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
1930 if (ocontents == NULL) in microblaze_elf_relax_section()
1932 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
1936 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
1947 if (ocontents == NULL) in microblaze_elf_relax_section()
1950 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
1959 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
1960 if (ocontents == NULL) in microblaze_elf_relax_section()
1962 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
1966 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
1987 if (ocontents == NULL) in microblaze_elf_relax_section()
1990 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
1998 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
1999 if (ocontents == NULL) in microblaze_elf_relax_section()
2001 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
2005 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
2009 unsigned long instr = bfd_get_32 (abfd, ocontents + irelscan->r_offset); in microblaze_elf_relax_section()
2015 microblaze_bfd_write_imm_value_32 (abfd, ocontents + irelscan->r_offset, in microblaze_elf_relax_section()
2030 if (ocontents == NULL) in microblaze_elf_relax_section()
2033 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
2042 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
2043 if (ocontents == NULL) in microblaze_elf_relax_section()
2045 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
2049 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
2052 unsigned long instr_hi = bfd_get_32 (abfd, ocontents in microblaze_elf_relax_section()
2054 unsigned long instr_lo = bfd_get_32 (abfd, ocontents in microblaze_elf_relax_section()
2075 if (ocontents == NULL) in microblaze_elf_relax_section()
2078 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
2086 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
2087 if (ocontents == NULL) in microblaze_elf_relax_section()
2089 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
2093 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
2096 unsigned long instr_hi = bfd_get_32 (abfd, ocontents in microblaze_elf_relax_section()
2098 unsigned long instr_lo = bfd_get_32 (abfd, ocontents in microblaze_elf_relax_section()
2107 microblaze_bfd_write_imm_value_64 (abfd, ocontents in microblaze_elf_relax_section()