Searched refs:ocontents (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-microblaze.c | 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() [all …]
|
D | coff-sh.c | 1363 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()
|
D | elf32-sh.c | 1209 bfd_byte *ocontents; in sh_elf_relax_delete_bytes() local 1224 ocontents = NULL; in sh_elf_relax_delete_bytes() 1234 if (ocontents == NULL) in sh_elf_relax_delete_bytes() 1237 ocontents = elf_section_data (o)->this_hdr.contents; in sh_elf_relax_delete_bytes() 1244 if (!bfd_malloc_and_get_section (abfd, o, &ocontents)) in sh_elf_relax_delete_bytes() 1246 if (ocontents != NULL) in sh_elf_relax_delete_bytes() 1247 free (ocontents); in sh_elf_relax_delete_bytes() 1251 elf_section_data (o)->this_hdr.contents = ocontents; in sh_elf_relax_delete_bytes() 1263 voff = bfd_get_signed_32 (abfd, ocontents + irelscan->r_offset); in sh_elf_relax_delete_bytes() 1270 ocontents + irelscan->r_offset); in sh_elf_relax_delete_bytes() [all …]
|