Home
last modified time | relevance | path

Searched refs:ocontents (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-microblaze.c1892 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()
[all …]
Dcoff-sh.c1363 bfd_byte *ocontents; in sh_relax_delete_bytes() local
1379 ocontents = NULL; in sh_relax_delete_bytes()
1406 if (ocontents == NULL) in sh_relax_delete_bytes()
1409 ocontents = coff_section_data (abfd, o)->contents; in sh_relax_delete_bytes()
1412 if (!bfd_malloc_and_get_section (abfd, o, &ocontents)) in sh_relax_delete_bytes()
1418 coff_section_data (abfd, o)->contents = ocontents; in sh_relax_delete_bytes()
1422 val = bfd_get_32 (abfd, ocontents + irelscan->r_vaddr - o->vma); in sh_relax_delete_bytes()
1426 ocontents + irelscan->r_vaddr - o->vma); in sh_relax_delete_bytes()
Delf32-sh.c1198 bfd_byte *ocontents; in sh_elf_relax_delete_bytes() local
1213 ocontents = NULL; in sh_elf_relax_delete_bytes()
1223 if (ocontents == NULL) in sh_elf_relax_delete_bytes()
1226 ocontents = elf_section_data (o)->this_hdr.contents; in sh_elf_relax_delete_bytes()
1233 if (!bfd_malloc_and_get_section (abfd, o, &ocontents)) in sh_elf_relax_delete_bytes()
1235 if (ocontents != NULL) in sh_elf_relax_delete_bytes()
1236 free (ocontents); in sh_elf_relax_delete_bytes()
1240 elf_section_data (o)->this_hdr.contents = ocontents; in sh_elf_relax_delete_bytes()
1252 voff = bfd_get_signed_32 (abfd, ocontents + irelscan->r_offset); in sh_elf_relax_delete_bytes()
1259 ocontents + irelscan->r_offset); in sh_elf_relax_delete_bytes()
[all …]