Lines Matching refs:sect

3083       asection *sect;  in place_sections()  local
3085 for (sect = abfd->sections; sect != NULL; sect = sect->next) in place_sections()
3089 if ((sect->output_section != NULL in place_sections()
3090 && sect->output_section != sect in place_sections()
3091 && (sect->flags & SEC_DEBUGGING) == 0) in place_sections()
3092 || sect->vma != 0) in place_sections()
3095 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
3096 || CONST_STRNEQ (sect->name, GNU_LINKONCE_INFO)); in place_sections()
3098 if (!((sect->flags & SEC_ALLOC) != 0 && abfd == orig_bfd) in place_sections()
3126 asection *sect; in place_sections() local
3128 for (sect = abfd->sections; sect != NULL; sect = sect->next) in place_sections()
3133 if ((sect->output_section != NULL in place_sections()
3134 && sect->output_section != sect in place_sections()
3135 && (sect->flags & SEC_DEBUGGING) == 0) in place_sections()
3136 || sect->vma != 0) in place_sections()
3139 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
3140 || CONST_STRNEQ (sect->name, GNU_LINKONCE_INFO)); in place_sections()
3142 if (!((sect->flags & SEC_ALLOC) != 0 && abfd == orig_bfd) in place_sections()
3146 sz = sect->rawsize ? sect->rawsize : sect->size; in place_sections()
3150 BFD_ASSERT (sect->alignment_power == 0); in place_sections()
3151 sect->vma = last_dwarf; in place_sections()
3159 + ~((bfd_vma) -1 << sect->alignment_power)) in place_sections()
3160 & ((bfd_vma) -1 << sect->alignment_power)); in place_sections()
3161 sect->vma = last_vma; in place_sections()
3165 p->section = sect; in place_sections()
3166 p->adj_vma = sect->vma; in place_sections()