Home | History | Annotate | Download | only in bfd

Lines Matching refs:isec

306 	  (bfd *ibfd, asection *isec, bfd *obfd,
310 Do early setup for objcopy, when copying @var{isec} in input
316 bfd_convert_section_setup (bfd *ibfd ATTRIBUTE_UNUSED, asection *isec,
320 if ((isec->flags & SEC_DEBUGGING) != 0
321 && (isec->flags & SEC_HAS_CONTENTS) != 0)
341 else if (isec->compress_status == COMPRESS_SECTION_DONE
350 *new_size = bfd_section_size (isec);
364 if (startswith (isec->name, NOTE_GNU_PROPERTY_SECTION_NAME))
375 bfd_size_type hdr_size = bfd_get_compression_header_size (ibfd, isec);
396 (bfd *ibfd, asection *isec, bfd *obfd,
401 @var{isec} in input BFD @var{ibfd} to output BFD @var{obfd}
409 sec_ptr isec ATTRIBUTE_UNUSED,
431 if (startswith (isec->name, NOTE_GNU_PROPERTY_SECTION_NAME))
432 return _bfd_elf_convert_gnu_properties (ibfd, isec, obfd, ptr,
440 ihdr_size = bfd_get_compression_header_size (ibfd, isec);
445 if (ihdr_size > bfd_get_section_limit (ibfd, isec))
483 size = bfd_section_size (isec) - ihdr_size + ohdr_size;