Lines Matching refs:osec
2680 asection *osec;
3042 osec = pupdate->section->output_section;
3043 if (!bfd_set_section_size (osec, pupdate->size))
3045 bfd_nonfatal_message (NULL, obfd, osec, NULL);
3056 for (osec = ibfd->sections; osec != NULL; osec = osec->next)
3058 if (! is_mergeable_note_section (ibfd, osec))
3063 if (osec->output_section == NULL)
3066 bfd_size_type size = bfd_section_size (osec);
3075 if (! bfd_get_full_section_contents (ibfd, osec, & merged->contents))
3077 bfd_nonfatal_message (NULL, ibfd, osec,
3083 if (!merge_gnu_build_notes (ibfd, osec, size,
3096 && !bfd_set_section_size (osec->output_section, merged->size))
3098 bfd_nonfatal_message (NULL, obfd, osec,
3106 merged->sec = osec;
3121 osec = bfd_get_section_by_name (ibfd, pdump->name);
3122 if (osec == NULL)
3130 osec) & SEC_HAS_CONTENTS) == 0)
3132 bfd_nonfatal_message (NULL, ibfd, osec,
3137 bfd_size_type size = bfd_section_size (osec);
3149 if (bfd_malloc_and_get_section (ibfd, osec, &contents))
3162 bfd_nonfatal_message (NULL, ibfd, osec,
3211 for (osec = obfd->sections, highest_section = NULL;
3212 osec != NULL;
3213 osec = osec->next)
3214 if (osec->vma > 0
3216 || osec->vma > highest_section->vma))
3217 highest_section = osec;
3441 osec = pupdate->section->output_section;
3442 if (! bfd_set_section_contents (obfd, osec, pupdate->contents,
3445 bfd_nonfatal_message (NULL, obfd, osec, NULL);
3455 for (osec = obfd->sections; osec != NULL; osec = osec->next)
3457 if (! is_mergeable_note_section (obfd, osec))
3466 if (merged->sec->output_section != osec)
3471 if (merged->sec->output_section == osec)
3477 (NULL, obfd, osec,
3486 (NULL, obfd, osec,
3491 if (! bfd_set_section_contents (obfd, osec, merged->contents, 0,
3495 (NULL, obfd, osec,