Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-v850.c2445 bfd_byte * ocont; in v850_elf_copy_notes() local
2450 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL) in v850_elf_copy_notes()
2451 BFD_ASSERT (bfd_malloc_and_get_section (obfd, onotes, & ocont)); in v850_elf_copy_notes()
2454 memcpy (ocont, icont, bfd_section_size (obfd, onotes)); in v850_elf_copy_notes()
2485 bfd_byte * ocont; in v850_elf_merge_notes() local
2492 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL) in v850_elf_merge_notes()
2493 BFD_ASSERT (bfd_malloc_and_get_section (obfd, onotes, & ocont)); in v850_elf_merge_notes()
2500 bfd_byte * odata = ocont + ((id - 1) * SIZEOF_V850_NOTE) + 16; in v850_elf_merge_notes()