Lines Matching refs:ocontents
1901 bfd_byte *ocontents; in microblaze_elf_relax_section() local
1915 ocontents = NULL; in microblaze_elf_relax_section()
1927 if (ocontents == NULL) in microblaze_elf_relax_section()
1930 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
1938 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
1939 if (ocontents == NULL) in microblaze_elf_relax_section()
1941 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
1945 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
1956 if (ocontents == NULL) in microblaze_elf_relax_section()
1959 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
1968 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
1969 if (ocontents == NULL) in microblaze_elf_relax_section()
1971 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
1975 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
1996 if (ocontents == NULL) in microblaze_elf_relax_section()
1999 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
2007 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
2008 if (ocontents == NULL) in microblaze_elf_relax_section()
2010 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
2014 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
2018 unsigned long instr = bfd_get_32 (abfd, ocontents + irelscan->r_offset); in microblaze_elf_relax_section()
2024 microblaze_bfd_write_imm_value_32 (abfd, ocontents + irelscan->r_offset, in microblaze_elf_relax_section()
2039 if (ocontents == NULL) in microblaze_elf_relax_section()
2042 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
2051 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
2052 if (ocontents == NULL) in microblaze_elf_relax_section()
2054 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
2058 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
2061 unsigned long instr_hi = bfd_get_32 (abfd, ocontents in microblaze_elf_relax_section()
2063 unsigned long instr_lo = bfd_get_32 (abfd, ocontents in microblaze_elf_relax_section()
2084 if (ocontents == NULL) in microblaze_elf_relax_section()
2087 ocontents = elf_section_data (o)->this_hdr.contents; in microblaze_elf_relax_section()
2095 ocontents = (bfd_byte *) bfd_malloc (o->rawsize); in microblaze_elf_relax_section()
2096 if (ocontents == NULL) in microblaze_elf_relax_section()
2098 if (!bfd_get_section_contents (abfd, o, ocontents, in microblaze_elf_relax_section()
2102 elf_section_data (o)->this_hdr.contents = ocontents; in microblaze_elf_relax_section()
2105 unsigned long instr_hi = bfd_get_32 (abfd, ocontents in microblaze_elf_relax_section()
2107 unsigned long instr_lo = bfd_get_32 (abfd, ocontents in microblaze_elf_relax_section()
2116 microblaze_bfd_write_imm_value_64 (abfd, ocontents in microblaze_elf_relax_section()