Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-v850.c2431 asection * inotes; in v850_elf_copy_notes() local
2439 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) == NULL) in v850_elf_copy_notes()
2442 if (bfd_section_size (ibfd, inotes) == bfd_section_size (obfd, onotes)) in v850_elf_copy_notes()
2447 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()
2472 asection * inotes; in v850_elf_merge_notes() local
2481 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) != NULL) in v850_elf_merge_notes()
2487 BFD_ASSERT (bfd_section_size (ibfd, inotes) == bfd_section_size (obfd, onotes)); in v850_elf_merge_notes()
2489 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()