Searched refs:osections (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 1599 asection **osections = NULL; in copy_object() local 2000 osections = (asection **) xmalloc (c * sizeof (asection *)); in copy_object() 2001 set = osections; in copy_object() 2004 qsort (osections, c, sizeof (asection *), compare_section_lma); in copy_object() 2017 flags = bfd_get_section_flags (obfd, osections[i]); in copy_object() 2022 size = bfd_section_size (obfd, osections[i]); in copy_object() 2023 gap_start = bfd_section_lma (obfd, osections[i]) + size; in copy_object() 2024 gap_stop = bfd_section_lma (obfd, osections[i + 1]); in copy_object() 2027 if (! bfd_set_section_size (obfd, osections[i], in copy_object() 2030 bfd_nonfatal_message (NULL, obfd, osections[i], in copy_object() [all …]
|