Home | History | Annotate | Download | only in bfd

Lines Matching defs:inotes

2446   asection * inotes;
2454 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) == NULL)
2457 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2462 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2463 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont));
2489 asection * inotes;
2498 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) != NULL)
2504 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2506 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2507 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont));