Searched refs:icont (Results 1 – 1 of 1) sorted by relevance
2444 bfd_byte * icont; in v850_elf_copy_notes() local2447 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL) in v850_elf_copy_notes()2448 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont)); in v850_elf_copy_notes()2454 memcpy (ocont, icont, bfd_section_size (obfd, onotes)); in v850_elf_copy_notes()2484 bfd_byte * icont; in v850_elf_merge_notes() local2489 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL) in v850_elf_merge_notes()2490 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont)); in v850_elf_merge_notes()2499 bfd_byte * idata = icont + ((id - 1) * SIZEOF_V850_NOTE) + 16; in v850_elf_merge_notes()